mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -64,7 +64,7 @@ class Redmine::CipheringTest < ActiveSupport::TestCase
|
||||
assert_equal 'clear', r.password
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def test_ciphered_password_with_no_cipher_key_configured_should_be_returned_ciphered
|
||||
Redmine::Configuration.with 'database_cipher_key' => 'secret' do
|
||||
r = Repository::Subversion.create!(:password => 'clear', :url => 'file:///tmp', :identifier => 'svn')
|
||||
|
||||
Reference in New Issue
Block a user