Sha256: ec0d5904a495601d6147a93cdf89fe8cc556eea679bca2e3cd380a860f1820c8

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

require 'spec_helper'

describe Cobregratis::Customer do
  before(:each) do
    @customer = Cobregratis::Customer.new
  end

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