Sha256: 9eeaeb380b60b476e87fe5bfd3a477a06ce21a237803e2a166b05fcf10d52954

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cobregratis-0.4.2 spec/cobregratis/bank_billet_account_spec.rb
cobregratis-0.4.1 spec/cobregratis/bank_billet_account_spec.rb
cobregratis-0.4.0 spec/cobregratis/bank_billet_account_spec.rb
cobregratis-0.3.0 spec/cobregratis/bank_billet_account_spec.rb