Sha256: 62b97a70ed9ff44c486b3261618ad747c5782d825ca43fdf4e0b5dbdaa45caf0

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

require 'coveralls'
Coveralls.wear!
require 'hops-airborne'
require 'stub_helper'

Airborne.configure do |config|
  config.base_url = 'http://www.example.com'
  config.include StubHelper
end

ExpectationNotMetError = RSpec::Expectations::ExpectationNotMetError
ExpectationError       = Airborne::ExpectationError
InvalidJsonError       = Airborne::InvalidJsonError
PathError              = Airborne::PathError

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hops-airborne-0.2.17 spec/spec_helper.rb