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:
parent
b57fb8845c
commit
49fdd7fcb9
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ class TemplateTest < Haml::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_precompiled_binary_frozen_string_works
|
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)
|
assert_equal("foo", ::Haml::Engine.new("foo", :encoding=>'BINARY').render(self, {}).chomp)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue