Add raggi's change to History, remove Ruby 1.8 code from test

This commit is contained in:
Florian Weingarten
2013-11-25 10:48:03 -05:00
parent de497eaed2
commit f1a5f6899b
3 changed files with 4 additions and 3 deletions
+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.send(:class_variable_get, :@@filters).each do |m|
Strainer.class_variable_get(:@@filters).each do |m|
assert_kind_of m, strainer
end
end