Skip to content

Commit

Permalink
Update features/support/paths for latest cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Apr 6, 2009
1 parent de40ba8 commit 0dd5015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/support/paths.rb
Expand Up @@ -27,7 +27,8 @@ def path_to(page_name)
# end added by pickle path

else
raise "Can't find mapping from \"#{page_name}\" to a path."
raise "Can't find mapping from \"#{page_name}\" to a path.\n" +
"Now, go and add a mapping in features/support/paths.rb"
end
end
end
Expand Down

0 comments on commit 0dd5015

Please sign in to comment.