spec/footrest/http_error_spec.rb in footrest-0.3.1 vs spec/footrest/http_error_spec.rb in footrest-0.4.1

- old
+ new

@@ -1,5 +1,5 @@ -require 'helper' +require_relative '../spec_helper' describe Footrest::HttpError do before do @client = Footrest::Client.new(prefix: "http://domain.com", token: "test_token") end \ No newline at end of file