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, 0 insertions, 2 deletions
diff --git a/test/unit/lib/redmine/ciphering_test.rb b/test/unit/lib/redmine/ciphering_test.rb
index f9a699677..261b2004a 100644
--- a/test/unit/lib/redmine/ciphering_test.rb
+++ b/test/unit/lib/redmine/ciphering_test.rb
@@ -20,8 +20,6 @@
require_relative '../../../test_helper'
class Redmine::CipheringTest < ActiveSupport::TestCase
- fixtures :auth_sources
-
def test_password_should_be_encrypted
Redmine::Configuration.with 'database_cipher_key' => 'secret' do
plaintext_password = "THIS_IS_A_32_BYTES_LONG_PASSWORD"