mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 18:17:27 +02:00
Merged r8568 from trunk (#9937).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8769 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -42,6 +42,8 @@ class SettingsControllerTest < ActionController::TestCase
|
||||
get :edit
|
||||
assert_response :success
|
||||
assert_template 'edit'
|
||||
|
||||
assert_tag 'input', :attributes => {:name => 'settings[enabled_scm][]', :value => ''}
|
||||
end
|
||||
|
||||
def test_post_edit_notifications
|
||||
|
||||
Reference in New Issue
Block a user