diff --git a/ios_tests/lib/format.rb b/ios_tests/lib/format.rb index bd561b1e..26860b0f 100644 --- a/ios_tests/lib/format.rb +++ b/ios_tests/lib/format.rb @@ -15,11 +15,9 @@ puts end -=begin # for Pry -class Object - def must_equal b - raise 'not equal' unless self == b - end -end -=end \ No newline at end of file +# class Object +# def must_equal b +# raise 'not equal' unless self == b +# end +# end