mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 07:21:48 +01:00
Simplify feature test to make date-independent
This commit is contained in:
parent
38387c844d
commit
3fc9173d54
3 changed files with 1 additions and 21 deletions
|
|
@ -10,11 +10,6 @@ Given /^I am working on the mobile interface$/ do
|
|||
@mobile_interface = true
|
||||
end
|
||||
|
||||
Given /^the date is "(.*?)"$/ do |date|
|
||||
# remember to tag the scenario with @reset_time to reset this travel
|
||||
travel_to date
|
||||
end
|
||||
|
||||
Given(/^I have selected the view for group by (project|context)$/) do |grouping|
|
||||
@group_view_by = grouping
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue