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