summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/ciphering_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/lib/redmine/ciphering_test.rb')
-rw-r--r--test/unit/lib/redmine/ciphering_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/ciphering_test.rb b/test/unit/lib/redmine/ciphering_test.rb
index 79ce7ba42..95b6fb222 100644
--- a/test/unit/lib/redmine/ciphering_test.rb
+++ b/test/unit/lib/redmine/ciphering_test.rb
@@ -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')