add cucumber tests for switching single and multiple actions forms

This commit is contained in:
Reinier Balt 2010-07-14 15:13:20 +02:00
parent 26cd345cbe
commit c9ce82d533
7 changed files with 118 additions and 7 deletions

View file

@ -26,12 +26,14 @@ module NavigationHelpers
recurring_todos_path
when /the integrations page/
integrations_path
when /the tickler page/
tickler_path
# Add more mappings here.
# Here is an example that pulls values out of the Regexp:
#
# when /^(.*)'s profile page$/i
# user_profile_path(User.find_by_login($1))
# Add more mappings here.
# Here is an example that pulls values out of the Regexp:
#
# when /^(.*)'s profile page$/i
# user_profile_path(User.find_by_login($1))
else
begin