spec/spec_helper.rb in guard-delayed-0.3.1 vs spec/spec_helper.rb in guard-delayed-0.3.2

- old
+ new

@@ -1,6 +1,7 @@ require 'rubygems' +require 'guard/compat/test/helper' require 'guard/delayed' require "rspec" ENV["GUARD_ENV"] = 'test' @@ -9,10 +10,9 @@ RSpec.configure do |config| config.filter_run focus: true config.run_all_when_everything_filtered = true config.before(:each) do - ::Guard::Notifier.stub(:notify).and_return(true) @fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__)) end end