Sha256: 78c3ad9a34fe0976e7ac3038e8626a95c4fb88e34483ac81013c37edb3312119
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe Cobregratis::Billet do before(:each) do @billet = Cobregratis::Billet.new end it "should be instance of Cobregratis::Base" do @billet.kind_of?(Cobregratis::Base).should be_true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cobregratis-0.1.0 | spec/cobregratis/billet_spec.rb |