Include webmock

This commit is contained in:
Artur Beljajev 2016-11-29 00:04:26 +02:00
parent 6f17fe5d37
commit 5c04681fc0

View file

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