guard notification work when guard guard

This commit is contained in:
Yann Lugrin 2010-10-21 20:57:52 +08:00 committed by Thibaud Guillaume-Gentil
parent 08a9df7bab
commit 59f9a9dafb

View File

@ -13,5 +13,9 @@ RSpec.configure do |config|
ENV["GUARD_ENV"] = 'test' ENV["GUARD_ENV"] = 'test'
@fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__)) @fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__))
end end
config.after(:each) do
ENV["GUARD_ENV"] = nil
end
end end