Strainer test now works on 1.8

This commit is contained in:
James Tucker
2013-08-31 18:57:09 +00:00
parent 9b2d5b7dd3
commit d4679cd550
+1 -1
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