adds webmock gem to development dependencies and requires in spec_helper.rb
This commit is contained in:
parent
78df1dc8bc
commit
8a5e63dd21
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ SimpleCov.start
|
|||
require 'rubygems'
|
||||
require 'rspec'
|
||||
require 'rspec/autorun'
|
||||
require 'webmock/rspec'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.order = "random"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue