From 573cf10733b4c9d0abc7db6d7c3c28343c562e23 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 17 Sep 2015 09:34:20 +1000 Subject: [PATCH] Add some useful configuration notes. --- Guardfile | 1 + spec/spec_helper.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/Guardfile b/Guardfile index 7b756f1..344e387 100644 --- a/Guardfile +++ b/Guardfile @@ -24,6 +24,7 @@ # * zeus: 'zeus rspec' (requires the server to be started separately) # * 'just' rspec: 'rspec' +# notification :libnotify, :timeout => 5 guard :rspec, cmd: "bundle exec rspec" do require "guard/rspec/dsl" diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2df02a5..7fd8cc3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -30,6 +30,7 @@ WebMock.disable_net_connect!(:allow_localhost => true) RSpec.configure do |config| + config.filter_gems_from_backtrace "ignored_gem", "another_ignored_gem" # ## Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: