Drop an unused variable

This commit is contained in:
Takashi Kokubun 2017-05-18 23:34:56 +09:00
parent b57fb8845c
commit 49fdd7fcb9
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ class TemplateTest < Haml::TestCase
end
def test_precompiled_binary_frozen_string_works
engine = ::Haml::Engine.new("foo", :encoding=>'BINARY')
assert_equal("foo", ::Haml::Engine.new("foo", :encoding=>'BINARY').render(self, {}).chomp)
end