adding spec_all rake task to spec readme

This commit is contained in:
Ryan Bates 2010-12-30 15:51:57 -08:00
parent 70b5f9a613
commit 6ccb4dd684

View File

@ -22,3 +22,7 @@ The different model adapters you can specify are:
* active_record (default)
* data_mapper
* mongoid
You can also run the +spec_all+ rake task to run specs for each adapter.
rake spec_all