Sha256: bddd2359492d424f655c74c03c2279efdfbf9721cf23c0b3bb1f66a89cf56caa

Contents?: true

Size: 252 Bytes

Versions: 6

Compression:

Stored size: 252 Bytes

Contents

require "spec_helper"
describe Auth0Client do
  let(:subject){Auth0Client.new({})}
  before :each do
    allow_any_instance_of(Auth0::Api::AuthenticationEndpoints).to receive(:obtain_access_token)
  end
  it {expect(subject).to be_a Auth0::Client}
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
auth0-3.2.0 spec/lib/auth0_client_spec.rb
auth0-3.1.2 spec/lib/auth0_client_spec.rb
auth0-3.1.1 spec/lib/auth0_client_spec.rb
auth0-3.1.0 spec/lib/auth0_client_spec.rb
auth0-3.0.0 spec/lib/auth0_client_spec.rb
auth0-ruby-0.10 spec/lib/auth0_client_spec.rb