Sha256: 8219a5f72936958c41ebfb22dcdc0be38626aea4e442032f6a9024c1e711b921
Contents?: true
Size: 263 Bytes
Versions: 7
Compression:
Stored size: 263 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' describe Highrise::Comment do before(:each) do @comment = Highrise::Comment.new end it "should be instance of Highrise::Base" do @comment.kind_of?(Highrise::Base).should be_true end end
Version data entries
7 entries across 7 versions & 3 rubygems