提交 853abf12 编写于 作者: Y yuuji.yaginuma

Remove unused `new_credentials_configuration`

`new_credentials_configuration` is no longer used since 081a6ac6f7fd929798481f9ee333fb92b441356c.
上级 1a2a63f1
......@@ -54,12 +54,4 @@ class EncryptedConfigurationTest < ActiveSupport::TestCase
test "raises key error when accessing config via bang method" do
assert_raise(KeyError) { @credentials.something! }
end
private
def new_credentials_configuration
ActiveSupport::EncryptedConfiguration.new \
config_path: @credentials_config_path,
key_path: @credentials_key_path,
env_key: "RAILS_MASTER_KEY"
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册