couchrest_model/spec
Kostiantyn Kahanskyi 0bb00860d1 Casted array should notify changes on deletion
Otherwise there is no direct way to delete particular elements.

Workaround with assigning to another array without those elements
is pretty ugly.

* Should notify on deletion at a particular index (Array#delete_at)
* Should notify on deletion of a particular element (Array#delete)

Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
2011-06-07 20:59:14 -03:00
..
couchrest Casted array should notify changes on deletion 2011-06-07 20:59:14 -03:00
fixtures Should be able to assign a casted hash to a hash property 2011-06-07 20:57:48 -03:00
.gitignore move tmp dir for specs; 2009-01-08 22:18:06 -08:00
spec_helper.rb Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00