Sha256: 1af4d390f1188906c950e5a9d9e47089fc74f1ccef45ec620027bf14b1ef2207
Contents?: true
Size: 257 Bytes
Versions: 16
Compression:
Stored size: 257 Bytes
Contents
require 'spec_helper' describe PartyRelationship do it "can be instantiated" do PartyRelationship.new.should be_an_instance_of(PartyRelationship) end it "can be saved successfully" do PartyRelationship.create.should be_persisted end end
Version data entries
16 entries across 16 versions & 1 rubygems