Sha256: 0405f3db666fbd1f5f1ae9087be4b5c22cef18c6accbb69bf464702ef6ebb6ab
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 Bytes
Contents
require File.join(File.dirname(__FILE__), '/../../test_helper') class Cms::SectionNodesHelperTest < ActionView::TestCase should "be a root section" do assert root_section?(Factory(:section, :root => true)) end should "not be a root section" do assert !root_section?(Factory(:section, :root => false)) end end
Version data entries
4 entries across 4 versions & 1 rubygems