lib/rspec/stubbed_env/config.rb in rspec-stubbed_env-1.0.0 vs lib/rspec/stubbed_env/config.rb in rspec-stubbed_env-1.0.1

- old
+ new

@@ -14,8 +14,8 @@ # expect(ENV['FOO']).to eq('is bar') # end # end # -RSpec.shared_context 'with stubbed env' do +RSpec.shared_context("with stubbed env") do include RSpec::StubbedEnv::TestHelpers end