migrate login stories to cucumber features

This commit is contained in:
Reinier Balt 2009-04-17 08:56:11 +02:00
parent 7bdd365ff3
commit 6d1f034111
10 changed files with 166 additions and 122 deletions

View file

@ -4,8 +4,14 @@ module NavigationHelpers
when /the homepage/
root_path
when /the home page/
root_path
when /the statistics page/
stats_path
when /the signup page/
"/users/new"
when /the login page/
login_path
# Add more page name => path mappings here