Sha256: 47c9739fe9f74b9d76db3bfcdf351a4882033bc62e8ba8c5fa6dc5ebcfb16b28

Contents?: true

Size: 276 Bytes

Versions: 2

Compression:

Stored size: 276 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cobregratis-0.4.2 spec/cobregratis/customer_spec.rb
cobregratis-0.4.1 spec/cobregratis/customer_spec.rb