Sha256: 5670a0242269c49ebb0a035e636d3bdd452a7575d9a35aacda8af4fba8fda1b8

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

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

describe Highrise::Group do

  before(:each) do
    @group = Highrise::Group.new
  end
  
  it "should be instance of Highrise::Base" do
    @group.kind_of?(Highrise::Base).should be_true
  end


end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
kmayer-highrise-0.7.0 spec/highrise/group_spec.rb
kmayer-highrise-0.7.1 spec/highrise/group_spec.rb
slainer68-highrise-0.6.1 spec/highrise/group_spec.rb
slainer68-highrise-0.6.2 spec/highrise/group_spec.rb
slainer68-highrise-0.6 spec/highrise/group_spec.rb
tapajos-highrise-0.6 spec/highrise/group_spec.rb
tapajos-highrise-0.8.0 spec/highrise/group_spec.rb