summaryrefslogtreecommitdiff
path: root/spec/support/shared/matchers/match_environment_variable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/matchers/match_environment_variable.rb')
-rw-r--r--spec/support/shared/matchers/match_environment_variable.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/shared/matchers/match_environment_variable.rb b/spec/support/shared/matchers/match_environment_variable.rb
index c8c905f44a..393775ea29 100644
--- a/spec/support/shared/matchers/match_environment_variable.rb
+++ b/spec/support/shared/matchers/match_environment_variable.rb
@@ -1,6 +1,6 @@
-require 'rspec/expectations'
-require 'spec/support/platform_helpers'
+require "rspec/expectations"
+require "spec/support/platform_helpers"
RSpec::Matchers.define :match_environment_variable do |varname|
match do |actual|