Simplify feature test to make date-independent

This commit is contained in:
Dan Rice 2014-06-10 14:25:28 -04:00
parent 38387c844d
commit 3fc9173d54
3 changed files with 1 additions and 21 deletions

View file

@ -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