Include webmock

This commit is contained in:
Artur Beljajev 2016-11-29 00:04:26 +02:00
parent 7ad3918b3f
commit 61c1908785

View file

@ -1,3 +1,5 @@
require 'webmock/rspec'
RSpec.configure do |config| RSpec.configure do |config|
# https://github.com/rspec/rspec-rails/issues/1076 # https://github.com/rspec/rspec-rails/issues/1076
config.around :each, type: :view do |example| config.around :each, type: :view do |example|