mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
9 lines
202 B
Ruby
9 lines
202 B
Ruby
AfterStep('@pause') do
|
|
print "Press Return to continue..."
|
|
STDIN.getc
|
|
end
|
|
|
|
Before('@aruba') do
|
|
@aruba_timeout_seconds = 10
|
|
# print "\nsetting timeout for aruba to #{@aruba_timeout_seconds}\n"
|
|
end
|