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

Version Path
knitkit-3.2.0 spec/models/website_section_content_spec.rb
knitkit-3.0.0 spec/models/website_section_content_spec.rb
knitkit-2.1.15 spec/models/website_section_content_spec.rb
knitkit-2.1.14 spec/models/website_section_content_spec.rb
knitkit-2.1.13 spec/models/website_section_content_spec.rb
knitkit-2.1.12 spec/models/website_section_content_spec.rb
knitkit-2.1.11 spec/models/website_section_content_spec.rb
knitkit-2.1.10 spec/models/website_section_content_spec.rb
knitkit-2.1.9 spec/models/website_section_content_spec.rb
knitkit-2.1.8 spec/models/website_section_content_spec.rb
knitkit-2.1.7 spec/models/website_section_content_spec.rb
knitkit-2.1.6 spec/models/website_section_content_spec.rb
knitkit-2.1.5 spec/models/website_section_content_spec.rb
knitkit-2.1.4 spec/models/website_section_content_spec.rb
knitkit-2.1.3 spec/models/website_section_content_spec.rb
knitkit-2.1.2 spec/models/website_section_content_spec.rb
knitkit-2.1.1 spec/models/website_section_content_spec.rb
knitkit-2.1.0 spec/models/website_section_content_spec.rb
knitkit-2.0.11 spec/models/website_section_content_spec.rb
knitkit-2.0.10 spec/models/website_section_content_spec.rb