Sha256: c54a28534387bc553726d903176855ea7701d79245cf7b3a533e674df77f2d9f
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
RSpec.describe NedbankApi do it "has a version number" do expect(NedbankApi::VERSION).not_to be nil end let(:client) { build :fake_client } it "sets the client id" do NedbankApi.client_id = client.client_id expect(NedbankApi.client_id).to eq client.client_id end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nedbank_api-0.2.5 | spec/nedbank_api_spec.rb |
nedbank_api-0.2.2 | spec/nedbank_api_spec.rb |