mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 17:55:40 +03:00
Strainer test now works on 1.8
This commit is contained in:
@@ -55,7 +55,7 @@ class StrainerTest < Test::Unit::TestCase
|
||||
assert_kind_of Strainer, strainer
|
||||
assert_kind_of a, strainer
|
||||
assert_kind_of b, strainer
|
||||
Strainer.class_variable_get(:@@filters).values.each do |m|
|
||||
Strainer.send(:class_variable_get, :@@filters).values.each do |m|
|
||||
assert_kind_of m, strainer
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user