Dropping Index on collection

Dropping Index on collection

Any index on collection may be dropped via drop action.

For example: 

dropping index with specified name :                   `drop("indexName")`
dropping index on given collection keys :              

drop(index("foo" -> Order.Ascending, "boo" -> Order.Descending))

Operations:         
 Drop index with name
 Drop index with keys

Total for specification CollectionDropIndexSpec
Finished in1 second, 254 ms
Results2 examples, 0 failure, 0 error