Revision 2543
Added by Jean-Philippe Lang over 16 years ago
trunk/test/functional/sys_controller_test.rb | ||
---|---|---|
29 | 29 |
@request = ActionController::TestRequest.new |
30 | 30 |
@response = ActionController::TestResponse.new |
31 | 31 |
Setting.sys_api_enabled = '1' |
32 |
Setting.enabled_scm = %w(Subversion Git) |
|
32 | 33 |
end |
33 | 34 |
|
34 | 35 |
def test_projects_with_repository_enabled |
Also available in: Unified diff
Fixes a failure when running rake test:coverage.