test/unit/ut_13_serializer.rb in ruote-2.1.11 vs test/unit/ut_13_serializer.rb in ruote-2.2.0
- old
+ new
@@ -12,10 +12,10 @@
class UtSerializerTest < Test::Unit::TestCase
class Vehicle
attr_accessor :type
- def initialize (t)
+ def initialize(t)
@type = t
end
end
#def setup