Skip to content

Commit

Permalink
update cuke step to work
Browse files Browse the repository at this point in the history
  • Loading branch information
davetron5000 committed Sep 8, 2018
1 parent 8ee3f63 commit 08471f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/gli_init.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Feature: The scaffold GLI generates works
|todo/lib/todo/version.rb |
|todo/lib/todo.rb |
|todo/.rvmrc |
And the file "todo/README.rdoc" should match ":include:todo.rdoc"
And the file "todo/todo.rdoc" should match "todo _doc"
And the file "todo/README.rdoc" should contain ":include:todo.rdoc"
And the file "todo/todo.rdoc" should contain "todo _doc"
When I cd to "todo"
And I make sure todo's lib dir is in my lib path
And I run `bin/todo`
Expand Down

0 comments on commit 08471f9

Please sign in to comment.