mirror of
https://github.com/redmine/redmine.git
synced 2025-11-17 18:50:53 +01:00
Upgrade to Rails 4.2.0 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -94,7 +94,7 @@ class AuthSourcesControllerTest < ActionController::TestCase
|
||||
get :edit, :id => 1
|
||||
assert_response :success
|
||||
assert_select 'input[value=secret]', 0
|
||||
assert_select 'input[name=dummy_password][value=?]', /x+/
|
||||
assert_select 'input[name=dummy_password][value^=xxxxxx]'
|
||||
end
|
||||
|
||||
def test_edit_invalid_should_respond_with_404
|
||||
|
||||
Reference in New Issue
Block a user