Mercurial > hg > soundsoftware-site
comparison lib/tasks/testing.rake @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | 433d4f72a19b |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
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 |