mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 01:00:13 +01:00
Upgrade Selenium on Rails to r140
This commit is contained in:
parent
156862200b
commit
40074c71ad
117 changed files with 16789 additions and 8867 deletions
|
|
@ -1,8 +1,8 @@
|
|||
task :test_acceptance => 'test:acceptance'
|
||||
namespace :test do
|
||||
desc 'Run Selenium tests in all browsers'
|
||||
task :acceptance do
|
||||
require File.dirname(__FILE__) + '/../lib/selenium_on_rails/acceptance_test_runner'
|
||||
SeleniumOnRails::AcceptanceTestRunner.new.run
|
||||
end
|
||||
end
|
||||
task :test_acceptance => 'test:acceptance'
|
||||
namespace :test do
|
||||
desc 'Run Selenium tests in all browsers'
|
||||
task :acceptance do
|
||||
require File.dirname(__FILE__) + '/../lib/selenium_on_rails/acceptance_test_runner'
|
||||
SeleniumOnRails::AcceptanceTestRunner.new.run
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue