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

@ -7,7 +7,3 @@ Before('@aruba') do
@aruba_timeout_seconds = 5
# print "\nsetting timeout for aruba to #{@aruba_timeout_seconds}\n"
end
After('@reset_time') do
travel_back
end