diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index fd68ace..fe70582 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -13,5 +13,9 @@ RSpec.configure do |config| ENV["GUARD_ENV"] = 'test' @fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__)) end + + config.after(:each) do + ENV["GUARD_ENV"] = nil + end end \ No newline at end of file