spec/support/models/arstotzka/dummy.rb in arstotzka-1.4.2 vs spec/support/models/arstotzka/dummy.rb in arstotzka-1.4.3
- old
+ new
@@ -24,9 +24,10 @@
end
end
def ==(other)
return false unless other.class == self.class
+
json == other.json
end
end
end