Sha256: cee979e7cadb358fbbae4ff9e5b4ad7de20e0e2e7ecdaf94593e5142fdfd848d

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

require 'spec_helper'

describe NexaasID::Client::Application do
  subject { described_class.new }

  describe '#sign_up' do
    it 'provides the signup resource' do
      VCR.use_cassette('application/sign_up/client_credentials') do
        expect(subject.sign_up).to be_a(NexaasID::Resources::SignUp)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nexaas_id-client-0.6.0 spec/nexaas_id/client/application_spec.rb
nexaas_id-client-0.5.0 spec/nexaas_id/client/application_spec.rb