dan-mayers-computer:dm-adapter-simpledb dmayer$ time rake spec_no_rcov (in /Users/dmayer/projects/dm-adapter-simpledb) I, [2009-06-12T10:40:02.098438 #21481] INFO -- : New RightAws::SdbInterface using single-threaded mode I, [2009-06-12T10:40:02.120265 #21481] INFO -- : Opening new HTTPS connection to sdb.amazonaws.com:443 warning: peer certificate won't be verified in this SSL session ..*...........*.*.......**......***** Pending: with nils records saved and retreived should find based on nil values (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/nils_spec.rb:44 with multiple records saved should handle DateTime (Need to figure out how to coerce DateTime) /Users/dmayer/projects/dm-adapter-simpledb/spec/multiple_records_spec.rb:97 with multiple records saved should get records by the like matcher (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/multiple_records_spec.rb:112 with multiple records saved should handle limits over the default SDB 100 results limit (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/limit_and_order_spec.rb:44 with multiple records saved should get all results over the default SDB 100 results limit (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/limit_and_order_spec.rb:47 associations should work with belongs_to associations (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/associations_spec.rb:6 associations should work with has n associations (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/associations_spec.rb:7 STI should override default type (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/associations_spec.rb:11 STI should load descendents on parent.all (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/associations_spec.rb:12 STI should raise an error if you have a column named couchdb_type (Not Yet Implemented) /Users/dmayer/projects/dm-adapter-simpledb/spec/associations_spec.rb:13 Finished in 62.23208 seconds 37 examples, 0 failures, 10 pending real 1m8.859s user 0m3.935s sys 0m1.429s dan-mayers-computer:dm-adapter-simpledb dmayer$ time rake devver:spec (in /Users/dmayer/projects/dm-adapter-simpledb) devver spec/associations_spec.rb spec/limit_and_order_spec.rb spec/migrations_spec.rb spec/multiple_records_spec.rb spec/nils_spec.rb spec/simpledb_adapter_spec.rb All files have been synced tests are specs Detecting tests in files Found 6 spec files. Sending to Devver. Took 0.002762 seconds to find tests Started Devver spec run *****..*........**................*.* Finished in 24.680972 seconds. Pending: associations should work with belongs_to associations (Not Yet Implemented) associations should work with has n associations (Not Yet Implemented) STI should override default type (Not Yet Implemented) STI should load descendents on parent.all (Not Yet Implemented) STI should raise an error if you have a column named couchdb_type (Not Yet Implemented) with nils records saved and retreived should find based on nil values (Not Yet Implemented) with multiple records saved should handle limits over the default SDB 100 results limit (Not Yet Implemented) with multiple records saved should get all results over the default SDB 100 results limit (Not Yet Implemented) with multiple records saved should handle DateTime (Need to figure out how to coerce DateTime) with multiple records saved should get records by the like matcher (Not Yet Implemented) 37 examples, 0 errors, 0 failures, 10 pending real 0m28.277s user 0m1.891s sys 0m0.590s