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