##// END OF EJS Templates
Fixes a failure when running rake test:coverage....
Jean-Philippe Lang -
r2475:59dec17ddf49
parent child
Show More
@@ -29,6 +29,7 class SysControllerTest < Test::Unit::TestCase
29 @request = ActionController::TestRequest.new
29 @request = ActionController::TestRequest.new
30 @response = ActionController::TestResponse.new
30 @response = ActionController::TestResponse.new
31 Setting.sys_api_enabled = '1'
31 Setting.sys_api_enabled = '1'
32 Setting.enabled_scm = %w(Subversion Git)
32 end
33 end
33
34
34 def test_projects_with_repository_enabled
35 def test_projects_with_repository_enabled
General Comments 0
You need to be logged in to leave comments. Login now