Mercurial > hg > soundsoftware-site
comparison lib/tasks/testing.rake @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
98 t.libs << "test" | 98 t.libs << "test" |
99 t.verbose = true | 99 t.verbose = true |
100 t.test_files = FileList['test/integration/routing/*_test.rb'] | 100 t.test_files = FileList['test/integration/routing/*_test.rb'] |
101 end | 101 end |
102 Rake::Task['test:rdm_routing'].comment = "Run the routing tests" | 102 Rake::Task['test:rdm_routing'].comment = "Run the routing tests" |
103 | |
104 Rake::TestTask.new(:ui => "db:test:prepare") do |t| | |
105 t.libs << "test" | |
106 t.verbose = true | |
107 t.test_files = FileList['test/ui/**/*_test.rb'] | |
108 end | |
109 Rake::Task['test:ui'].comment = "Run the UI tests with Capybara (PhantomJS listening on port 4444 is required)" | |
103 end | 110 end |