migrate selenium for users to cucumber

This commit is contained in:
Reinier Balt 2010-05-03 21:26:48 +02:00
parent 06ac3067d3
commit 0d7980e87b
8 changed files with 74 additions and 30 deletions

View file

@ -9,13 +9,15 @@ module NavigationHelpers
when /the statistics page/
stats_path
when /the signup page/
"/users/new"
signup_path
when /the login page/
login_path
when /the notes page/
notes_path
when /the contexts page/
contexts_path
when /the manage users page/
users_path
# Add more page name => path mappings here