spec/spec_helper.rb in airborne-0.1.20 vs spec/spec_helper.rb in airborne-0.2.0

- old
+ new

@@ -5,5 +5,10 @@ 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