Commit 9ebedd18c6b19560fb1044b14da2362232625dfa

Authored by Rafael Manzo
1 parent f597a435

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 gem 'selenium-client', '>= 1.2.17'
8 8 gem 'database_cleaner'
9 9 gem 'exception_notification', '1.0.20090728'
10   -gem 'system_timer'
11 10  
12 11 def program(name)
13 12 unless system("which #{name} > /dev/null")
... ...