Sha256: 66aaf3042d123a65598b7031ff7df03c1381c51522aec3cfdf6289ca4dbafcb9

Contents?: true

Size: 276 Bytes

Versions: 6

Compression:

Stored size: 276 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'

describe Cobregratis::BankBillet do
  before(:each) do
    @billet = Cobregratis::BankBillet.new
  end
  
  it "should be instance of Cobregratis::Base" do
    @billet.kind_of?(Cobregratis::Base).should be_true
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cobregratis-0.4.2 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.4.1 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.4.0 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.3.0 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.2.2 spec/cobregratis/bank_billet_spec.rb
cobregratis-0.2.1 spec/cobregratis/bank_billet_spec.rb