mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 10:25:55 +01:00 
			
		
		
		
	Isolates all API routing tests to a specific test case.
git-svn-id: http://svn.redmine.org/redmine/trunk@13604 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
		| @@ -10,3 +10,4 @@ deprecated_task :migrate_from_trac, "redmine:migrate_from_trac" | ||||
| deprecated_task "db:migrate_plugins", "redmine:plugins:migrate" | ||||
| deprecated_task "db:migrate:plugin", "redmine:plugins:migrate" | ||||
| deprecated_task :generate_session_store, :generate_secret_token | ||||
| deprecated_task "test:rdm_routing", "test:routing" | ||||
|   | ||||
| @@ -98,10 +98,10 @@ namespace :test do | ||||
|     Rake::Task['test:scm:functionals'].comment = "Run the scm functional tests" | ||||
|   end | ||||
|  | ||||
|   Rake::TestTask.new(:rdm_routing) do |t| | ||||
|   Rake::TestTask.new(:routing) do |t| | ||||
|     t.libs << "test" | ||||
|     t.verbose = true | ||||
|     t.test_files = FileList['test/integration/routing/*_test.rb'] | ||||
|     t.test_files = FileList['test/integration/routing/*_test.rb'] + FileList['test/integration/api_test/*_routing_test.rb'] | ||||
|   end | ||||
|   Rake::Task['test:rdm_routing'].comment = "Run the routing tests" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user