1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Drop an unused variable

This commit is contained in:
Takashi Kokubun 2017-05-18 23:34:56 +09:00
parent b57fb8845c
commit 49fdd7fcb9

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