Commit faf1e349 authored by Stan Hu's avatar Stan Hu

Revert StubENV patch to see if the build failure happens again

parent a07c013e
...@@ -5,9 +5,3 @@ module StubENV ...@@ -5,9 +5,3 @@ module StubENV
allow(ENV).to receive(:[]).with(key).and_return(value) allow(ENV).to receive(:[]).with(key).and_return(value)
end end
end end
RSpec.configure do |config|
config.after(:each) do
@env_already_stubbed = nil
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment