spec/googleauth/signet_spec.rb in googleauth-0.4.0 vs spec/googleauth/signet_spec.rb in googleauth-0.4.1

- old
+ new

@@ -43,11 +43,10 @@ @client = Signet::OAuth2::Client.new( token_credential_uri: 'https://accounts.google.com/o/oauth2/token', scope: 'https://www.googleapis.com/auth/userinfo.profile', issuer: 'app@example.com', audience: 'https://accounts.google.com/o/oauth2/token', - signing_key: @key - ) + signing_key: @key) end def make_auth_stubs(opts) access_token = opts[:access_token] || '' Faraday::Adapter::Test::Stubs.new do |stub|