Sha256: 5c552dcfe92ef45063076b665bb7ee96e60e53aa42ef942f7f6168d8afa70b53

Contents?: true

Size: 405 Bytes

Versions: 24

Compression:

Stored size: 405 Bytes

Contents

require 'coveralls'
Coveralls.wear!
require '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

24 entries across 24 versions & 2 rubygems

Version Path
airborne-0.2.3 spec/spec_helper.rb
airborne-0.2.2 spec/spec_helper.rb
airborne-0.2.1 spec/spec_helper.rb
airborne-0.2.0 spec/spec_helper.rb