Skip to content

Commit

Permalink
⚠️ assigned but unused variable - asset
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 7, 2017
1 parent 7192a5c commit 341fed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_asset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def self.test(name, &block)

sandbox filename do
write(filename, "a;")
asset = asset('test.js')
asset('test.js')

File.unlink(filename)

Expand Down Expand Up @@ -114,7 +114,7 @@ def self.test(name, &block)
sandbox main, dep do
write(main, "//= depend_on test-dep\n")
write(dep, "a;")
asset = asset('test-main.js')
asset('test-main.js')

File.unlink(dep)

Expand Down

0 comments on commit 341fed4

Please sign in to comment.