From 853abf125a4bdd34cc3a8e2e99e33ac67b0798d6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 1 Oct 2017 08:55:03 +0900 Subject: Remove unused `new_credentials_configuration` `new_credentials_configuration` is no longer used since 081a6ac6f7fd929798481f9ee333fb92b441356c. --- activesupport/test/encrypted_configuration_test.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'activesupport/test/encrypted_configuration_test.rb') diff --git a/activesupport/test/encrypted_configuration_test.rb b/activesupport/test/encrypted_configuration_test.rb index 53ea9e393f..471faa8c12 100644 --- a/activesupport/test/encrypted_configuration_test.rb +++ b/activesupport/test/encrypted_configuration_test.rb @@ -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 -- cgit v1.2.3