Sha256: 6129fada2e247f79fe92b4c384258564a1b72f7444c99e486011799cac2fdfe0
Contents?: true
Size: 380 Bytes
Versions: 16
Compression:
Stored size: 380 Bytes
Contents
require 'rspec' require 'webmock/rspec' require 'tapp' $: << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) Dir[File.expand_path(File.join(File.dirname(__FILE__), "support/**/*.rb"))].each { |f| require f } RSpec.configure do |c| c.mock_with :rspec c.before :all do WebMock.disable_net_connect! end c.after :each do WebMock.reset! end end
Version data entries
16 entries across 16 versions & 1 rubygems