Sha256: ad4d87ab657dd8146b6d978a2e38e60844bfa2a4b77875d6c145c111018805e4

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 Bytes

Contents

# frozen_string_literal: true

# Unit tests for Noths::OrderRefund
describe 'OrderRefund' do
  let(:instance) { Noths::OrderRefund.new }

  describe 'test an instance of OrderRefund' do
    it 'should create an instance of OrderRefund' do
      expect(instance).to be_instance_of(Noths::OrderRefund)
    end
  end
  describe 'test attribute "id"' do
    it 'should work'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noths-0.2.1 spec/models/order_refund_spec.rb
noths-0.2.0 spec/models/order_refund_spec.rb