mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Removes test:ui rake task replaced by rails test:system.
git-svn-id: http://svn.redmine.org/redmine/trunk@16929 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d827fc4a75
commit
fac02579cb
@ -97,10 +97,4 @@ namespace :test do
|
||||
Minitest.rake_run FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb']
|
||||
end
|
||||
Rake::Task['test:routing'].comment = "Run the routing tests"
|
||||
|
||||
task(:ui => "db:test:prepare") do |t|
|
||||
$: << "test"
|
||||
Minitest.rake_run FileList['test/ui/**/*_test_ui.rb']
|
||||
end
|
||||
Rake::Task['test:ui'].comment = "Run the UI tests with Capybara (PhantomJS listening on port 4444 is required)"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user