Sha256: a940cb3a346337253ba2a2a1946eb8a8050f8d824e49263336ab7cc47c7a1857

Contents?: true

Size: 325 Bytes

Versions: 32

Compression:

Stored size: 325 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'rspec'
require 'webmock/rspec'

Dir['./spec/support/**/*.rb'].each { |support| require support }

require 'gun_broker'

RSpec.configure do |config|
  config.include GunBroker::Test::Fixtures
  config.include GunBroker::Test::Headers
  config.include GunBroker::Test::Request
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
gun_broker-1.4.8 spec/spec_helper.rb
gun_broker-1.4.7 spec/spec_helper.rb
gun_broker-1.4.6 spec/spec_helper.rb
gun_broker-1.4.5 spec/spec_helper.rb
gun_broker-1.4.4 spec/spec_helper.rb
gun_broker-1.4.3 spec/spec_helper.rb
gun_broker-1.4.2 spec/spec_helper.rb
gun_broker-1.4.1 spec/spec_helper.rb
gun_broker-1.4.0 spec/spec_helper.rb
gun_broker-1.3.2 spec/spec_helper.rb
gun_broker-1.3.1 spec/spec_helper.rb
gun_broker-1.3.0 spec/spec_helper.rb
gun_broker-1.2.1.1 spec/spec_helper.rb
gun_broker-1.2.1 spec/spec_helper.rb
gun_broker-1.2.0 spec/spec_helper.rb
gun_broker-1.1.3.1 spec/spec_helper.rb
gun_broker-1.1.2 spec/spec_helper.rb
gun_broker-1.1.1 spec/spec_helper.rb
gun_broker-1.1.0 spec/spec_helper.rb
gun_broker-1.0.0 spec/spec_helper.rb