mirror of
https://github.com/redmine/redmine.git
synced 2026-07-01 00:30:14 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user