Sha256: f50fec4db5829277481d2eee363692fed2ce1a9a0d141fd5dd4d8555920ce488

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

Stored size: 271 Bytes

Contents

require 'spec_helper'

describe G5AuthenticationClient do
  it "should have a version" do
    expect(subject::VERSION).to be
  end

  it { is_expected.to respond_to(:configure) }
  it { is_expected.to respond_to(:reset) }
  it { is_expected.to respond_to(:options) }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
g5_authentication_client-0.5.5 spec/g5_authentication_client_spec.rb
g5_authentication_client-1.0.0.pre.1 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.5.4 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.5.3 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.5.2 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.5.1 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.5.0 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.4.0 spec/g5_authentication_client_spec.rb
g5_authentication_client-0.3.0 spec/g5_authentication_client_spec.rb