Commit 9ebedd18c6b19560fb1044b14da2362232625dfa
1 parent
f597a435
Exists in
master
and in
22 other branches
No need of system_timer with Ruby 1.9
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
Gemfile
@@ -7,7 +7,6 @@ gem 'Selenium', '>= 1.1.14' | @@ -7,7 +7,6 @@ gem 'Selenium', '>= 1.1.14' | ||
7 | gem 'selenium-client', '>= 1.2.17' | 7 | gem 'selenium-client', '>= 1.2.17' |
8 | gem 'database_cleaner' | 8 | gem 'database_cleaner' |
9 | gem 'exception_notification', '1.0.20090728' | 9 | gem 'exception_notification', '1.0.20090728' |
10 | -gem 'system_timer' | ||
11 | 10 | ||
12 | def program(name) | 11 | def program(name) |
13 | unless system("which #{name} > /dev/null") | 12 | unless system("which #{name} > /dev/null") |