Sha256: 36e6dde5c5cddccc649432c904acd7cd0001b4d818af6ef94f27ca87dcee9728

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
auth0-ruby-0.9.1 spec/lib/auth0_client_spec.rb
auth0-ruby-0.9 spec/lib/auth0_client_spec.rb