Renamed the task for seleniumw

This commit is contained in:
Mike Gaffney 2009-01-12 22:30:26 -06:00
parent a8a63472bc
commit bdf660aecb
1 changed files with 1 additions and 1 deletions

View File

@ -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