Skip to content

Commit

Permalink
six sass_filter_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Nov 16, 2012
1 parent b406e6b commit 3d12439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/sass_filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def write_input_file(filename, contents='', root=tmp)

it "includes @imported files" do
filter = SassFilter.new
filter.last_manifest = MemoryManifest.new
filter.manifest = MemoryManifest.new
filter.input_files = [main]
filter.output_root = "#{tmp}/output"
filter.rake_application = Rake::Application.new
Expand Down

0 comments on commit 3d12439

Please sign in to comment.