mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
13 lines
No EOL
242 B
Ruby
13 lines
No EOL
242 B
Ruby
AfterStep('@pause') do
|
|
print "Press Return to continue..."
|
|
STDIN.getc
|
|
end
|
|
|
|
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 |