Sha256: 03b01cccbb4d217013c3772732a95d2cfd6c22cc1becc0961699261b455d0aca

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

require 'spec_helper'

describe Cobregratis::BankBillet do
  before(:each) do
    @billet = Cobregratis::BankBillet.new
  end

  it "should be instance of Cobregratis::Base" do
    expect(@billet.kind_of?(Cobregratis::Base)).to be_true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cobregratis-0.4.4 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.4.3 spec/cobregratis/bank_billet_spec.rb