draper/spec
Andrew Haines 68151a8912 Delegate CollectionDecorator#== to decorated collection
Decorator#== compares sources, so CollectionDecorator#== can just
use a standard array comparison with the decorated collection.

This covers the case that the decorated and source collections
differ because of changes made after decoration.
2012-12-29 12:59:14 +00:00
..
draper Delegate CollectionDecorator#== to decorated collection 2012-12-29 12:59:14 +00:00
dummy Use `self == other.source` in Decoratable#== 2012-12-28 12:52:45 +00:00
generators/decorator Fix spelling mistake in spec 2012-12-01 12:49:18 -05:00
integration Fix rbx 2012-11-16 11:55:34 +00:00
minitest-rails Update minitest integration 2012-09-27 13:46:27 -06:00
performance Don't generate #decorates. 2012-11-29 17:22:39 -08:00
support Add extra specs 2012-12-02 14:32:26 +00:00
spec_helper.rb Change serialization spec 2012-11-21 00:57:35 +00:00