Sha256: 51f57032792de490ad0eff78d62bc8e50142b717eee168a0f0a023de9dc3bd51
Contents?: true
Size: 345 Bytes
Versions: 26
Compression:
Stored size: 345 Bytes
Contents
require 'spec_helper' describe Stasis::Ignore do before(:all) do generate end it "should ignore partials" do $files['_partial.html'].should == nil $files['subdirectory/_partial.html'].should == nil end it "should ignore subdirectory/ignore.html.haml" do $files['subdirectory/ignore.html'].should == nil end end
Version data entries
26 entries across 26 versions & 1 rubygems