lib/exvo_auth/autonomous/base.rb in exvo-auth-0.7.16 vs lib/exvo_auth/autonomous/base.rb in exvo-auth-0.8.0

- old
+ new

@@ -13,8 +13,8 @@ raise(ArgumentError, "Please configure following keys: #{missing.join(", ")}") if missing.any? end # Makes testing easy def auth - ExvoAuth::Autonomous::Auth.new + ExvoAuth::Autonomous::Auth.instance end end