lib/exvo_auth/autonomous/base.rb in exvo-auth-0.7.1 vs lib/exvo_auth/autonomous/base.rb in exvo-auth-0.7.2
- old
+ new
@@ -17,9 +17,9 @@
missing = keys - params.keys
raise(ArgumentError, "Please configure following keys: #{missing.join(", ")}") if missing.any?
end
# Makes testing easy
- def httparty
- HTTParty
+ def auth
+ ExvoAuth::Autonomous::Auth
end
end