Sha256: 974440a2309d460140cfb155a53a8368cd29f3f00f9f6cb44acec3111f1012c6

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

require 'spec_helper'

describe Cobregratis::BankBilletAccount do
  before(:each) do
    @account = Cobregratis::BankBilletAccount.new
  end

  it "should be instance of Cobregratis::Base" do
    expect(@account.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_account_spec.rb
cobregratis-0.4.3 spec/cobregratis/bank_billet_account_spec.rb