mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
migrate login stories to cucumber features
This commit is contained in:
parent
7bdd365ff3
commit
6d1f034111
10 changed files with 166 additions and 122 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue