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