Skip to content

Commit

Permalink
Update documentation, after recent PR merges
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Feb 9, 2016
1 parent 8be021d commit 982a24e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- [ ] Add a jUnit outputer
- [ ] Quoting in tables is broken
- [ ] Placeholders in Pystrings
- [ ] Make Pherkin feature complete

Make a corpus-checker for checking parsing of In The Wild Gherkin files...
- https://github.com/diaspora/diaspora/tree/master/features
Expand Down
19 changes: 6 additions & 13 deletions lib/Test/BDD/Cucumber.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ Test::BDD::Cucumber - Feature-complete Cucumber-style testing in Perl
A sane and complete Cucumber implementation in Perl
Behaviour of this module is similar to that, but sometimes different from
the I<real> Cucumber, the plan is to move use the same parser and behaviour
L<See the logged issue|https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/73>.
=head1 QUICK LINKS
L<Cucumber on Perl on MetaCPAN|https://metacpan.org/release/Test-BDD-Cucumber>
=head1 WARNING
Do have a read of the B<Bugs and Missing> section below so you're not surprised
when things don't work.
In almost all cases, where the behaviour of this module is different from
the I<real> Cucumber, the plan is to move it to be more similar to that.
=head1 NEXT STEPS
If you are B<completely new to Cucumber>, you'd get a pretty overview from
Expand All @@ -43,7 +39,8 @@ overview|Test::BDD::Cucumber::Manual::Architecture>.
=head1 TEN SECOND GUIDE TO USING THIS IN YOUR CI ENVIRONMENT
Don't use the command-line tool, L<App::pherkin>. Instead, look at the L<How to integrate with
Don't use the command-line tool, L<App::pherkin>, for integration in your
CI environment. Instead, look at the L<How to integrate with
Test::Builder|Test::BDD::Cucumber::Manual::Integration> document.
=head1 BUGS, MISSING, AND LIMITATIONS
Expand All @@ -57,10 +54,6 @@ in the very near future:
=item * Placeholders in pystrings is broken
=item * Explicit Step Outline notation doesn't work (although step outlines are explicitly supported)
=item * Pherkin isn't really fit for purpose yet
=back
=head1 CODE
Expand Down

0 comments on commit 982a24e

Please sign in to comment.