Skip to content

Commit

Permalink
Add some useful configuration notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
studiospring committed Sep 23, 2015
1 parent 27f4d5c commit 573cf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 573cf10

Please sign in to comment.