Skip to content

Commit

Permalink
configure rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent 17d8a09 commit e386bc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'exception_notification/slacky'
require 'webmock/rspec'

RSpec.configure do |config|
config.before do
WebMock.disable_net_connect!
end
end

0 comments on commit e386bc5

Please sign in to comment.