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