mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07: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 Strainer, strainer
|
||||||
assert_kind_of a, strainer
|
assert_kind_of a, strainer
|
||||||
assert_kind_of b, 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
|
assert_kind_of m, strainer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user