summaryrefslogtreecommitdiff
path: root/spec/support/helpers/stub_env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/stub_env.rb')
-rw-r--r--spec/support/helpers/stub_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/stub_env.rb b/spec/support/helpers/stub_env.rb
index 8107ffc939f..5f344f8fb52 100644
--- a/spec/support/helpers/stub_env.rb
+++ b/spec/support/helpers/stub_env.rb
@@ -14,7 +14,7 @@ module StubENV
private
- STUBBED_KEY = '__STUBBED__'.freeze
+ STUBBED_KEY = '__STUBBED__'
def add_stubbed_value(key, value)
allow(ENV).to receive(:[]).with(key).and_return(value)