Renamed the task for seleniumw
This commit is contained in:
parent
a8a63472bc
commit
bdf660aecb
|
@ -16,7 +16,7 @@ task :test_unit_webrat do
|
|||
end
|
||||
|
||||
desc "runs the test::unit based tests in selenium mode"
|
||||
task :test_unit_webrat do
|
||||
task :test_unit_selenium do
|
||||
ENV['WEBRAT_INTEGRATION_MODE'] = 'selenium'
|
||||
Rake::Task['test:integration'].invoke
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue