test/fixtures/poro.rb in active_model_serializers-0.9.6 vs test/fixtures/poro.rb in active_model_serializers-0.9.7

- old
+ new

@@ -47,10 +47,10 @@ end end class SpecialPost < Post def special_comment - @speical_comment ||= Comment.new(content: 'special') + @special_comment ||= Comment.new(content: 'special') end end class Type < Model end