diff --git a/test/test_helper.rb b/test/test_helper.rb index 67900df8..49b1cc76 100755 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -131,10 +131,6 @@ class IntegerDrop < Liquid::Drop @value = value.to_i end - def ==(other) - @value == other - end - def to_s @value.to_s end @@ -150,10 +146,6 @@ class BooleanDrop < Liquid::Drop @value = value end - def ==(other) - @value == other - end - def to_liquid_value @value end