Strainer test now works on 1.8

This commit is contained in:
James Tucker
2013-05-14 07:52:05 -07:00
parent 9b2d5b7dd3
commit d4679cd550

View File

@@ -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