Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Fix unused var warning
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 19, 2011
1 parent c711e3f commit 6af4e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_sprocketize.rb
Expand Up @@ -34,7 +34,7 @@ def teardown
end

test "error if load path is missing" do
output = sprockets fixture_path("default/gallery.js")
sprockets fixture_path("default/gallery.js")
assert_equal 1, $?.exitstatus
end

Expand All @@ -44,7 +44,7 @@ def teardown
end

test "show error if multiple files are given" do
output = sprockets fixture_path("default/gallery.js"), fixture_path("default/application.js")
sprockets fixture_path("default/gallery.js"), fixture_path("default/application.js")
assert_equal 1, $?.exitstatus
end

Expand Down

0 comments on commit 6af4e53

Please sign in to comment.