提交 9b12742b 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #30763 from y-yagi/remove_unused_method

Remove unused `new_credentials_configuration`
......@@ -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.
先完成此消息的编辑!
想要评论请 注册