mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
3 lines
96 B
Ruby
3 lines
96 B
Ruby
|
|
Then /^I should be redirected to (.+?)$/ do |page_name|
|
||
|
|
Then "I should be on #{page_name}"
|
||
|
|
end
|