spec/spec_helper.rb in api-auth-2.2.1 vs spec/spec_helper.rb in api-auth-2.3.0
- old
+ new
@@ -14,9 +14,10 @@
require 'rest_client'
require 'curb'
require 'http'
require 'httpi'
require 'faraday'
+require 'grape'
require 'net/http/post/multipart'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }