Sha256: 5d8df464f6930a5e132f81e06e5d7593f8ff656aaeca1a773db169ca8ef89eb9
Contents?: true
Size: 273 Bytes
Versions: 5
Compression:
Stored size: 273 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' describe "Shutter" do it "should have templates for all files" do Shutter::Content::CONFIG_FILES.each do |name| Shutter::Content.const_defined?(:"#{name.upcase.gsub(/\./, "_")}").should == true end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shutter-0.2.5 | spec/content_spec.rb |
shutter-0.2.4 | spec/content_spec.rb |
shutter-0.2.3 | spec/content_spec.rb |
shutter-0.2.2 | spec/content_spec.rb |
shutter-0.2.0 | spec/content_spec.rb |