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