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