Sha256: 88752aa159635f6016966f03a413a72af3bf85356baa03bdbcd696d07764ad57
Contents?: true
Size: 368 Bytes
Versions: 40
Compression:
Stored size: 368 Bytes
Contents
require 'spec_helper' module ActiveadminSelleoCms describe ActiveadminSelleoCms::Layout do it "should return filenames of available layouts in application" do Layout.all.should include("application", "cms") end it "should not return filenames of layouts other than erb" do Layout.all.should_not include("haml-layout") end end end
Version data entries
40 entries across 40 versions & 1 rubygems