mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
add cucumber tests for switching single and multiple actions forms
This commit is contained in:
parent
26cd345cbe
commit
c9ce82d533
7 changed files with 118 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue