guard notification work when guard guard
This commit is contained in:
parent
08a9df7bab
commit
59f9a9dafb
@ -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
|
Loading…
Reference in New Issue
Block a user