Sha256: 35a403493644f5f3cc5cc6c0334882de5ca873883f58954a6b3ea50c0af28859

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

require 'spec_helper'

describe Cobregratis::BankBilletSubscription do
  before(:each) do
    @subscription = Cobregratis::BankBilletSubscription.new
  end

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