Skip to content

Instantly share code, notes, and snippets.

@dannluciano
Created March 1, 2013 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannluciano/5067665 to your computer and use it in GitHub Desktop.
Save dannluciano/5067665 to your computer and use it in GitHub Desktop.
rake spec in dm-core
This file has been truncated, but you can view the full file.
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************..................................................*....*.............................................................*.*....*...................................*.*....*............................................*...........................................................................................*....*....*....*....*....*....*....*..............................................................................................................*....*.....*..................................................................................................................................................................*...............*........*..*..*.....*.....*..*..*...............................................................*****..............................................................*..*..*.....*...*...........................................................................................................**..*..*...........................................................................................................................*....*....*....*....*....*....*....*.............................................................................................................................................................................................................................................................................*...........*.......*..*..*.....*.....*..*..*...............................................................*****..............................................................*..*..*.....*...*................................................................................................**.*..*.......................................................................................*....*..........................................................*******.***...****.........................*******.***...****.....................................*..*********************************************************************************************************************************************************************************************************************......................................................................................*....*....*....*....*....*....*....*..............................................................................................................*....*.....*..................................................................................................................................................................*...............*...................................................................*****..............................................................*..*..*.....*...*...........................................................................................................**..*..*..........................................................................................................................*....*....*....*....*....*....*....*.............................................................................................................................................................................................................................................................................*...........*..................................................................*****..............................................................*..*..*.....*...*................................................................................................**.*..*..............................................................................*....*.......*...........*..*.*...................................***************************............................****************************......................................***......................................................................................................*****..............................................................*..*..*.....*...*..........................................................................******************************.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................**.........*..*...................*....*...........................................................*....*.............................................................*.*....*...................................*.*....*............................................*................................................................................................***********.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................- does not typecast non-numeric value "00.0" (FAILED - 1)
1)
'DataMapper::Property::Decimal#typecast does not typecast non-numeric value "00.0"' FAILED
expected #<String:70211767169500> => "00.0"
got #<BigDecimal:70211842599880> => #<BigDecimal:7fb6efdfd790,'0.0',9(18)>
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
'actual.should == expected' if you don't care about
object identity in this example.
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/fail_with.rb:41:in `fail_with'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:21:in `handle_matcher'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27:in `should'
spec/semipublic/property/decimal_spec.rb:79:in `block (4 levels) in <top (required)>'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `instance_eval'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `block in execute'
/Users/dannluciano/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/timeout.rb:51:in `timeout'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37:in `execute'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23:in `block in run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/options.rb:153:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/bin/spec:5:in `<main>'
..................................................................................................................................................................................................- does not typecast non-numeric value "00.0" (FAILED - 2)
2)
'DataMapper::Property::Float#typecast does not typecast non-numeric value "00.0"' FAILED
expected #<String:70211767665380> => "00.0"
got #<Float:-9223372036854775806> => 0.0
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
'actual.should == expected' if you don't care about
object identity in this example.
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/fail_with.rb:41:in `fail_with'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:21:in `handle_matcher'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27:in `should'
spec/semipublic/property/float_spec.rb:78:in `block (4 levels) in <top (required)>'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `instance_eval'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `block in execute'
/Users/dannluciano/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/timeout.rb:51:in `timeout'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37:in `execute'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23:in `block in run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/options.rb:153:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/bin/spec:5:in `<main>'
...........................................................................................................- does not typecast non-numeric value "00.0" (FAILED - 3)
3)
'DataMapper::Property::Integer#typecast does not typecast non-numeric value "00.0"' FAILED
expected #<String:70211766909520> => "00.0"
got #<Fixnum:1> => 0
Compared using equal?, which compares object identity,
but expected and actual are not the same object. Use
'actual.should == expected' if you don't care about
object identity in this example.
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/fail_with.rb:41:in `fail_with'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:21:in `handle_matcher'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27:in `should'
spec/semipublic/property/integer_spec.rb:78:in `block (4 levels) in <top (required)>'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `instance_eval'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40:in `block in execute'
/Users/dannluciano/.rbenv/versions/2.0.0-p0/lib/ruby/2.0.0/timeout.rb:51:in `timeout'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37:in `execute'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23:in `block in run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `each'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/options.rb:153:in `run_examples'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9:in `run'
/Users/dannluciano/code/ruby/dm-core/vendor/bundle/gems/rspec-1.3.2/bin/spec:5:in `<main>'
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................*...***.****...............................................................................*....****...*...*....****....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*...*...*..*.....................................................................................................................................................................................................................................................................................*...........................................................*..................................................................................................................................*...*.****..................*...*.****..................*...*.****.........................................................................................................................................................................................................................................*............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Pending:
Many to Many Associations read across multiple join associations with default adapter should return all the created entries (TODO)
spec/public/associations/many_to_many/read_multiple_join_spec.rb:63:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:27:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:49:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:65:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:85:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:134:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:308:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:342:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:374:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:467:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:487:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:509:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:567:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:670:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:716:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:738:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:778:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:878:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:930:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:993:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1036:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1222:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1512:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a public model method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1650:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a public collection method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:179:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should be Enumerable (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:24:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:201:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:854:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:895:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:913:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:960:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1070:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1113:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1244:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1335:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1359:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a belongs_to relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1390:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a has n relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1396:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a has 1 relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1402:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:36:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:40:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should append one Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:44:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#blank? when the collection is empty should be true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:53:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#blank? when the collection is not empty should be false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:59:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clean? with all clean resources in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:69:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clean? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:79:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:94:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:98:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should make the Collection empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:102:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:141:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:145:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should concatenate the two collections (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:149:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:316:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:320:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:326:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:336:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:350:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:354:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:358:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:368:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:384:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:388:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:392:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:404:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:408:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:412:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#dirty? with all clean resources in the collection should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:471:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#dirty? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:481:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:496:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:500:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should insert one or more Resources at a given offset (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:504:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:519:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:521:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:522:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:524:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:525:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:526:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:576:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:580:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:584:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:588:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should use the query conditions to set default values when accessed through a m:1 relationship (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:592:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:604:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:608:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:612:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:616:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:628:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:632:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:636:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:640:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:652:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:656:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:660:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:664:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:682:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should be the last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:686:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:690:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:701:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:705:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:709:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:725:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:729:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should append the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:733:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:748:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:752:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:756:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that does not match a Resource in the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:768:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:772:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:791:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:798:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:802:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:823:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:830:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:834:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:855:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:862:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:866:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:888:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:892:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should update the Collection with new Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:896:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:908:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:912:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should initialize a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:916:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:920:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should be a Resource with attributes matching the Hash (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:924:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:941:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:945:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:949:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Query that equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:953:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1001:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should be the first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1005:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1009:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1020:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1024:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1029:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1052:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1056:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return the same as Array#slice! (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1076:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1080:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1084:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1088:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1100:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1104:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1108:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1112:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1124:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1128:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1132:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1144:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1148:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1152:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1156:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1168:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1172:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1176:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1180:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1192:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with an offset and length not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1204:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a range not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1216:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1230:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1234:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should modify and sort the Collection using default sort order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1238:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1248:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1252:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should modify and sort the Collection using supplied block (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1256:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= when swapping resources should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1468:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1521:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1525:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should prepend the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1529:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where a required property is nil should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a public model method should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a public model method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1662:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:68:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:72:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:88:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:92:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:111:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:115:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:136:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:147:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:167:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:171:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a public collection method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:189:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:195:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new should associate the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:208:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:230:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:234:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:253:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:257:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:276:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:280:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:290:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:301:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter using SEL when looping within a loop should only execute the Adapter#read twice (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/sel_spec.rb:48:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter using SEL when looping within a loop should return the expected results (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/sel_spec.rb:52:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:211:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:215:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:219:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should not have a Query the same as the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:223:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should have a Query equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:227:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:231:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:248:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:252:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:256:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:260:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query that is out of range should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:299:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:312:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:316:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:320:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:330:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:334:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:338:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:352:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:356:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:360:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:371:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:375:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:379:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:398:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:403:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:407:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:423:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:451:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:455:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:459:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:469:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:473:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:477:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:491:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:499:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:509:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:513:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:517:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:527:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:541:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:545:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:555:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:564:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:569:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:573:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:589:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:593:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:597:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:607:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:611:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:615:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:629:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:633:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:637:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:647:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:651:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:655:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:665:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:674:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:679:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:683:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:693:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:702:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:707:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:711:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:727:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:737:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:747:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:757:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:771:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:781:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:791:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:795:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:799:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:809:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:819:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:823:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:833:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:843:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:847:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#at with positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:869:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:873:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#at with negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:885:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:889:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#each should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:908:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#each should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:910:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with a valid index and no default should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#fetch with a valid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:930:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with a valid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:932:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:938:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:945:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a block default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:954:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a block default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:956:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:975:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:979:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:989:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:993:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1003:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a query should should be the first Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1007:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1017:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1021:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first on an empty collection should still be an empty collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1032:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first on an empty collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1036:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1046:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1050:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit and query specified should be the first N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1078:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1082:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1086:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1099:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1103:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1107:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1129:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1142:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1146:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should not be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1150:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that is nil should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1208:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that is an empty String should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1222:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource not within the Collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1198:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that is nil should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1212:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that is an empty String should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1226:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1259:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1263:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1273:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should should be the last Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1277:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should not update the original query order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1281:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1297:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1301:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1311:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1315:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1325:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit and query specified should be the last N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1329:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1346:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1350:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Query that is the reverse of the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1354:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with positive offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#values_at with positive offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1374:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with positive offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1376:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with negative offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#values_at with negative offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1384:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with negative offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1386:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1424:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1428:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1432:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1465:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1477:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1492:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1518:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1522:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1526:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1573:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1597:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should have query field :name not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with an unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1622:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset after prepending to the collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#at with positive offset after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:35:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:39:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset after appending to the collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations with :through => Resource with default adapter#at with negative offset after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:51:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:55:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:77:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:81:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:85:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:95:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:99:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:103:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:113:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:131:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:135:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:139:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:200:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:204:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:208:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:218:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:222:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:226:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:236:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:240:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:254:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:258:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:262:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should only remove the join resource for the destroyed resource (TODO)
spec/public/associations/many_to_many_spec.rb:13:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:27:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:49:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:65:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:85:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:134:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:308:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:342:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:374:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:467:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:487:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:509:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:567:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:670:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:716:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:738:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:778:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:878:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:930:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:993:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1036:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1222:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1512:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a public model method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1650:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a public collection method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:179:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should be Enumerable (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:24:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:201:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:854:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:895:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:913:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:960:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1070:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1113:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1244:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1335:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1359:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a belongs_to relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1390:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a has n relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1396:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a has 1 relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1402:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:36:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:40:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should append one Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:44:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#blank? when the collection is empty should be true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:53:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#blank? when the collection is not empty should be false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:59:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clean? with all clean resources in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:69:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clean? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:79:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:94:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:98:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should make the Collection empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:102:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:141:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:145:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should concatenate the two collections (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:149:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:316:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:320:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:326:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:336:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:350:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:354:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:358:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:368:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:384:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:388:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:392:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:404:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:408:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:412:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#dirty? with all clean resources in the collection should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:471:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#dirty? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:481:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:496:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:500:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should insert one or more Resources at a given offset (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:504:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:519:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:521:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:522:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:524:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:525:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:526:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:576:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:580:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:584:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:588:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should use the query conditions to set default values when accessed through a m:1 relationship (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:592:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:604:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:608:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:612:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:616:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:628:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:632:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:636:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:640:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:652:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:656:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:660:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:664:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:682:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should be the last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:686:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:690:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:701:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:705:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:709:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:725:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:729:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should append the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:733:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:748:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:752:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:756:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that does not match a Resource in the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:768:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:772:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:791:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:798:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:802:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:823:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:830:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:834:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:855:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:862:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:866:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:888:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:892:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should update the Collection with new Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:896:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:908:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:912:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should initialize a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:916:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:920:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should be a Resource with attributes matching the Hash (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:924:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:941:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:945:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:949:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Query that equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:953:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1001:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should be the first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1005:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1009:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1020:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1024:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1029:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1052:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1056:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return the same as Array#slice! (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1076:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1080:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1084:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1088:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1100:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1104:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1108:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1112:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1124:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1128:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1132:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1144:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1148:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1152:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1156:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1168:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1172:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1176:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1180:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1192:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with an offset and length not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1204:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a range not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1216:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1230:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1234:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should modify and sort the Collection using default sort order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1238:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1248:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1252:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should modify and sort the Collection using supplied block (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1256:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= when swapping resources should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1468:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1521:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1525:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should prepend the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1529:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where a required property is nil should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a public model method should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a public model method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1662:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:68:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:72:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:88:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:92:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:111:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:115:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:136:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:147:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:167:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:171:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a public collection method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:189:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:195:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new should associate the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:208:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:230:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:234:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:253:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:257:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:276:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:280:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:290:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:301:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter using SEL when looping within a loop should only execute the Adapter#read twice (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/sel_spec.rb:48:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter using SEL when looping within a loop should return the expected results (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/sel_spec.rb:52:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:211:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:215:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:219:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should not have a Query the same as the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:223:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should have a Query equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:227:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:231:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:248:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:252:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:256:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:260:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query that is out of range should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:299:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:312:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:316:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:320:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:330:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:334:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:338:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:352:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:356:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:360:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:371:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:375:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:379:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:398:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:403:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:407:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:423:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:451:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:455:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:459:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:469:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:473:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:477:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:491:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:499:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:509:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:513:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:517:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:527:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:541:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:545:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:555:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:564:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:569:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:573:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:589:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:593:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:597:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:607:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:611:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:615:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:629:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:633:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:637:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:647:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:651:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:655:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:665:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:674:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:679:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:683:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:693:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:702:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:707:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:711:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:727:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:737:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:747:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:757:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:771:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:781:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:791:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:795:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:799:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:809:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:819:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:823:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:833:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:843:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:847:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:869:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:873:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:885:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:889:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#each should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:908:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#each should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:910:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with a valid index and no default should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#fetch with a valid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:930:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with a valid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:932:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and no default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:938:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:945:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a block default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:954:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a block default should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:956:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:975:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:979:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:989:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:993:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1003:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a query should should be the first Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1007:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1017:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1021:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first on an empty collection should still be an empty collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1032:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first on an empty collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1036:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1046:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1050:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit and query specified should be the first N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1078:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1082:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1086:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1099:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1103:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1107:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1129:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1142:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1146:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should not be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1150:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that is nil should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1208:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that is an empty String should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1222:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource not within the Collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1198:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that is nil should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1212:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that is an empty String should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1226:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1259:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1263:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1273:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should should be the last Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1277:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should not update the original query order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1281:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1297:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1301:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1311:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1315:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1325:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit and query specified should be the last N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1329:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1346:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1350:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Query that is the reverse of the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1354:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with positive offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#values_at with positive offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1374:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with positive offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1376:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with negative offset should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#values_at with negative offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1384:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with negative offset should == false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1386:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1424:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1428:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1432:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1465:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1477:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1492:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1518:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1522:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1526:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1573:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1597:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should have query field :name not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with an unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1622:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset after prepending to the collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:35:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:39:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset after appending to the collection should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/lib/collection_helpers.rb:13:in `should_not_be_a_kicker'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:51:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:55:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:77:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:81:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:85:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:95:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:99:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:103:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:113:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:131:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:135:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:139:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:200:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:204:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:208:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:218:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:222:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:226:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:236:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:240:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:254:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:258:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:262:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should only remove the join resource for the destroyed resource (TODO)
spec/public/associations/many_to_many_spec.rb:13:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:27:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:49:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:65:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:85:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:134:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:308:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:342:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:374:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:467:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:487:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:509:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:567:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:670:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:716:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:738:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:778:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:878:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:930:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:993:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1036:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1222:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1512:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a public model method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1650:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a public collection method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:179:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should be Enumerable (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:24:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:201:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:854:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:895:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:913:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:960:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1070:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1113:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1244:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1335:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1359:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a belongs_to relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1390:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a has n relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1396:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter should respond to a has 1 relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1402:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:36:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:40:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< should append one Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:44:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#blank? when the collection is empty should be true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:53:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#blank? when the collection is not empty should be false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:59:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clean? with all clean resources in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:69:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clean? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:79:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:94:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:98:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#clear should make the Collection empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:102:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#map! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:141:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:145:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat should concatenate the two collections (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:149:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:316:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:320:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:326:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete with a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:336:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:350:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:354:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:358:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_at with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:368:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:384:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:388:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:392:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:404:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:408:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#delete_if with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:412:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#dirty? with all clean resources in the collection should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:471:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#dirty? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:481:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:496:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:500:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert should insert one or more Resources at a given offset (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:504:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:519:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:521:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:522:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:524:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:525:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:526:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:576:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:580:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:584:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:588:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property should use the query conditions to set default values when accessed through a m:1 relationship (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:592:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:604:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:608:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:612:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:616:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:628:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:632:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:636:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:640:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:652:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:656:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:660:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:664:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:682:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should be the last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:686:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:690:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:701:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:705:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#pop with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:709:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:725:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:729:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push should append the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:733:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:748:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:752:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:756:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that does not match a Resource in the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:768:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reject! with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:772:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:798:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:802:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with no arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:830:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:834:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Hash query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:862:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:866:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reload with a Query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:888:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:892:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Resources should update the Collection with new Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:896:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:908:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:912:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should initialize a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:916:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:920:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided an Array of Hashes should be a Resource with attributes matching the Hash (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:924:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:941:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:945:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:949:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse! should return a Query that equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:953:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#save! when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1001:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should be the first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1005:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1009:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1020:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1024:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#shift with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1029:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1052:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1056:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should return the same as Array#slice! (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1076:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1080:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1084:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1088:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1100:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1104:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1108:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1112:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1124:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1128:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1132:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1144:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1148:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1152:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1156:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1168:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1172:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1176:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1180:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1192:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with an offset and length not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1204:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice! with a range not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1216:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1230:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1234:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! without a block should modify and sort the Collection using default sort order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1238:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1248:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1252:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#sort! with a block should modify and sort the Collection using supplied block (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1256:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#splice with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[]= when swapping resources should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1468:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1521:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1525:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift should prepend the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1529:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a public model method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1662:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:68:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:72:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:88:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:92:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:111:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:115:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#create when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:136:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:147:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:167:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:171:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a public collection method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:189:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:195:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#new should associate the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:208:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:230:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:234:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:253:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:257:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:276:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:280:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:290:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#update! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:301:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#[] with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#slice with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:211:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:215:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:219:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should not have a Query the same as the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:223:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should have a Query equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:227:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with no arguments should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:231:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:248:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:252:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:256:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:260:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query that is out of range should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:299:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:312:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:316:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:320:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:330:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:334:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:338:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:352:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:356:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:360:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:371:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:375:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:379:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:389:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:398:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:403:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:407:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:423:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:451:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:455:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:459:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:469:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:473:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:477:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:491:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:495:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:499:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:509:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:513:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:517:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:527:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:541:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:545:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:555:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:564:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:569:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:573:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:589:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:593:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:597:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:607:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:611:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:615:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:629:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:633:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:637:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:647:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:651:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:655:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:665:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:674:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:679:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:683:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:693:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:702:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:707:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a 1:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:711:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:727:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:737:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:747:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:757:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:771:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:781:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:791:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:795:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:799:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:809:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:819:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:823:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:833:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:843:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#all with a query using a m:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:847:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:869:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:873:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:885:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:889:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#each should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:908:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#each should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:910:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with a valid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:930:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with a valid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:932:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:938:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:945:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a block default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:954:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#fetch with an invalid index and a block default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:956:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:975:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:979:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:989:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:993:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1003:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a query should should be the first Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1007:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1017:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1021:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first on an empty collection should still be an empty collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1032:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first on an empty collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1036:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1046:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1050:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit and query specified should be the first N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1078:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1082:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1086:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1099:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1103:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_create with conditions that do not find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1107:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1125:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1129:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1142:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1146:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first_or_new with conditions that do not find an existing Resource should not be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1150:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key to a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1194:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that is nil should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1208:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that is an empty String should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1222:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key to a Resource not within the Collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1198:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that is nil should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1212:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that is an empty String should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1226:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#get! with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1259:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1263:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1273:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should should be the last Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1277:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a query should not update the original query order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1281:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1297:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1301:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1311:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1315:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1325:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit and query specified should be the last N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1329:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1346:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1350:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#reverse should return a Query that is the reverse of the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1354:in `block (2 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with positive offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1374:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with positive offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1376:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with negative offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1384:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#values_at with negative offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1386:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1424:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1428:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a belongs_to relationship method should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1432:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1456:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1460:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1465:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1477:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has 1 relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1492:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1518:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1522:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1526:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1538:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1542:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1552:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1573:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1597:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should have query field :name not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#method_missing with an unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1622:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:35:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with positive offset after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:39:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:51:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#at with negative offset after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:55:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:77:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:81:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:85:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:95:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:99:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with no arguments after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:103:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:113:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with empty query after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:131:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:135:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#first with a limit specified after prepending to the collection should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:139:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:200:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:204:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:208:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:218:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:222:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with no arguments after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:226:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:236:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:240:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with empty query after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:254:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:258:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#last with a limit specified after appending to the collection should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:262:in `block (3 levels) in <top (required)>'
Many to Many Associations with :through => Resource with default adapter#destroy! on a limited collection should only remove the join resource for the destroyed resource (TODO)
spec/public/associations/many_to_many_spec.rb:13:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:27:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:49:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:65:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:85:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:108:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:134:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:155:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:271:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:308:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:342:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:374:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:419:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:467:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:487:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:509:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:530:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:567:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:670:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:716:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:738:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:778:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:878:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:930:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:959:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:993:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1036:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1222:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1263:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1475:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1512:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1535:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a public model method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1650:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a public collection method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:179:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should be Enumerable (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:24:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:29:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:201:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:854:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:895:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:913:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:960:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1070:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1113:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1157:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1244:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1335:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1359:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a belongs_to relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1390:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a has n relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1396:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter should respond to a has 1 relationship method with #method_missing (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1402:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:36:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:40:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< should append one Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:44:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#blank? when the collection is empty should be true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:53:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#blank? when the collection is not empty should be false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:59:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clean? with all clean resources in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:69:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clean? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:79:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:94:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:98:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#clear should make the Collection empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:102:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#map! should update the Collection inline (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:141:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:145:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat should concatenate the two collections (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:149:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:163:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:175:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:191:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:195:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:199:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:203:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:219:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:223:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:227:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:231:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:247:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:251:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:255:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:259:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#difference with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:277:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:279:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:281:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:289:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:291:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:293:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:299:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#- with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:303:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:316:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:320:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:326:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete with a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:336:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should return a DataMapper::Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:350:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should be the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:354:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset within the Collection should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:358:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_at with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:368:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:384:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:388:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:392:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:404:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:408:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#delete_if with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:412:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a normal collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:448:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should remove the Resources from the datasource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:452:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should clear the collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should not destroy the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#dirty? with all clean resources in the collection should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:471:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#dirty? with a dirty resource in the collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:481:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:496:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:500:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert should insert one or more Resources at a given offset (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:504:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:519:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:521:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:522:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:524:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:525:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#inspect should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:526:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#intersection with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:540:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:548:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:550:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:558:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:560:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#& with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:562:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:576:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:580:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:584:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:588:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property should use the query conditions to set default values when accessed through a m:1 relationship (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:592:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:604:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:608:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:612:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to the key should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:616:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:628:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:632:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:636:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped to a property with multiple values should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:640:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:652:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:656:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should append the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:660:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new when scoped with a condition other than eql should not use the query conditions to set default values (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:664:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:682:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should be the last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:686:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:690:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:701:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:705:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#pop with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:709:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:725:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:729:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push should append the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:733:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:748:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:752:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that matches a Resource in the Collection should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:756:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that does not match a Resource in the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:768:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reject! with a block that does not match a Resource in the Collection should not modify the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:772:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:798:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:802:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with no arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:807:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:830:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:834:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Hash query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:839:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:862:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:866:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :content loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reload with a Query should have query field :title loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:871:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:888:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:892:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Resources should update the Collection with new Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:896:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:908:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:912:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should initialize a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:916:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should be a new Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:920:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided an Array of Hashes should be a Resource with attributes matching the Hash (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:924:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:941:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:945:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:949:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse! should return a Query that equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:953:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources are not saved should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:969:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources are not saved should save each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:973:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#save! when Resources have been orphaned should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:986:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1001:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should be the first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1005:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with no arguments should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1009:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should return an Array (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1020:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1024:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#shift with a limit specified should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1029:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1052:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1056:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should return the same as Array#slice! (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1076:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1080:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1084:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1088:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1100:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1104:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1108:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1112:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1124:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1128:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset should remove the Resource from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1132:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1144:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1148:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1152:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1156:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1168:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1172:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should remove the Resources from the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1176:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1180:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1192:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with an offset and length not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1204:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice! with a range not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1216:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1230:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1234:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! without a block should modify and sort the Collection using default sort order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1238:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1248:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1252:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#sort! with a block should modify and sort the Collection using supplied block (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1256:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#splice with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1297:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1301:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1305:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1309:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1325:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1329:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1333:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1337:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1353:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1357:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1361:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a positive range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1365:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1381:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1385:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1393:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1409:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1413:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1417:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative offset and length and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1421:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1437:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1441:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should return the same as Array#[]= (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1445:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= with a negative range and a Resource should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1449:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[]= when swapping resources should include the Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1468:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#union with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#| with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1483:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1485:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Collection should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1487:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1493:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with an Array should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1497:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1503:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1505:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#+ with a Set should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1507:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1521:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1525:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift should prepend the Resources to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1529:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1549:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1553:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1557:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1574:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1578:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1582:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should bypass validation (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should update attributes of all Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1621:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1625:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a limited collection should not update the other Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1630:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! on a dirty collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1641:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a public model method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1662:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:68:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:72:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:88:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:92:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:111:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:115:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#create when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:136:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:147:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:167:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:171:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a public collection method should return expected object (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:189:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:195:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#new should associate the Resource to the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:208:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:230:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:234:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:253:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:257:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:276:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should return self (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:280:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:290:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#update! when the parent is not saved should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:301:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#[] with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:44:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:48:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:58:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should return the expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:62:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:66:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:76:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:80:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a positive range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:84:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:96:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:100:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:110:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:114:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative offset and length should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:118:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:128:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should return the expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:132:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a negative range should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:136:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:146:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should return the expected value (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:150:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an empty exclusive range should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:154:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:166:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset and length not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:176:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with an offset and length not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:180:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a range not within the Collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:190:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#slice with a range not within the Collection should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:211:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:215:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:219:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should not have a Query the same as the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:223:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should have a Query equal to the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:227:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with no arguments should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:231:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:248:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:252:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:256:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:260:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query that is out of range should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:299:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:312:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:316:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:320:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:330:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:334:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:338:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:352:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:356:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:360:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:371:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:375:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:379:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:389:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:398:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:403:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:407:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:423:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:427:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:431:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:435:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:451:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:455:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:459:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:469:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:473:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:477:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:491:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:495:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:499:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:509:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:513:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:517:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:527:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:536:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:541:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:545:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:555:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:564:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:569:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:1 relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:573:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:589:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:593:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:597:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:607:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:611:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:615:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:629:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:633:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:637:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:647:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:651:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:655:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:665:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:674:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:679:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:683:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:693:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:702:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:707:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a 1:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:711:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:727:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a Hash should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:737:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:747:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a resource should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:757:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:771:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a collection should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:781:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:791:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should be an empty Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:795:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with an empty Array should not have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:799:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:809:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:819:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a nil value should be equivalent to negated collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:823:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:833:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should have a valid query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:843:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#all with a query using a m:m relationship with a negated nil value should be equivalent to collection query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:847:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:869:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:873:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:885:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:889:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#each should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:908:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#each should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:910:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with a valid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:930:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with a valid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:932:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and no default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:938:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:945:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a block default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:954:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#fetch with an invalid index and a block default should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:956:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:975:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:979:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:989:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:993:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1003:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a query should should be the first Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1007:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1017:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1021:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first on an empty collection should still be an empty collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1032:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first on an empty collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1036:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1046:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1050:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1060:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit and query specified should be the first N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1064:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1078:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1082:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1086:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1099:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1103:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_create with conditions that do not find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1107:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1125:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that find an existing Resource should be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1129:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1142:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should be expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1146:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first_or_new with conditions that do not find an existing Resource should not be a saved Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1150:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key to a Resource not within the Collection should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1194:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that is nil should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1208:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that is an empty String should return nil (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1222:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource within the Collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1167:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource within the Collection should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1171:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key not typecast should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1183:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key not typecast should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1187:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key to a Resource not within the Collection should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1198:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that is nil should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1212:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that is an empty String should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1226:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#get! with a key that has incorrect number of arguments should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1237:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1259:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1263:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1273:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should should be the last Resource in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1277:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a query should not update the original query order (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1281:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1297:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1301:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with offset specified should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1311:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with offset specified should be the second Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1315:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit and query specified should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1325:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit and query specified should be the last N Resources in the Collection matching the query (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1329:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1346:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Collection with reversed entries (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1350:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#reverse should return a Query that is the reverse of the original (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1354:in `block (2 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with positive offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1374:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with positive offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1376:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with negative offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1384:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#values_at with negative offset should == true (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1386:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1424:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1428:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a belongs_to relationship method should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1432:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1456:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1460:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1465:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1477:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1481:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1487:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has 1 relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1492:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1518:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1522:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1526:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1538:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1542:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :title not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should have query field :content not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1547:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1552:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1573:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1597:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should have query field :id loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should have query field :name not loaded (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1608:in `block (5 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#method_missing with an unknown method should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1622:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:35:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with positive offset after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:39:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:51:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#at with negative offset after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:55:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:77:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:81:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:85:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:95:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:99:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with no arguments after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:103:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:113:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:117:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with empty query after prepending to the collection should be first Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:121:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:131:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:135:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#first with a limit specified after prepending to the collection should be the first N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:139:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:155:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using a limit should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:159:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:174:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter with a key to a Resource within a Collection using an offset should be matching Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:178:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:200:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:204:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments should return the same Resource every time (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:208:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:218:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:222:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with no arguments after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:226:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should return a Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:236:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should return expected Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:240:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with empty query after appending to the collection should be last Resource in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:244:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:254:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should be the expected Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:258:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#last with a limit specified after appending to the collection should be the last N Resources in the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_finder_shared_spec.rb:262:in `block (3 levels) in <top (required)>'
Many to Many Associations :through => one_to_many with default adapter#destroy! on a limited collection should only remove the join resource for the destroyed resource (TODO)
spec/public/associations/many_to_many_spec.rb:13:in `block (3 levels) in <top (required)>'
Many to One Associations with default adapter#destroy with has relationship resources should raise an exception (Not Yet Implemented)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#destroy! with has relationship resources should raise an exception (Not Yet Implemented)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save with new resources in a has relationship should save the second resource created through the constructor (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save with new resources in a has relationship should create 2 extra resources in persistent storage (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save! with new resources in a has relationship should save the second resource created through the constructor (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save! with new resources in a has relationship should create 2 extra resources in persistent storage (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter#save! with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
Many to One Associations with default adapter lazy loading should not overwrite dirty key (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1226:in `block (2 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#reload with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:791:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#reload with a Hash query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:823:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#reload with a Query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:855:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#update on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#update! on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#update on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#update! on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#<< when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#collect! when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#concat when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#insert when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#push when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#replace when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#unshift when provided a Resource belonging to another association should remove the Resource from the original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/association_collection_shared_spec.rb:25:in `block in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
One to Many Associations with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#destroy with has relationship resources should raise an exception (Not Yet Implemented)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#destroy! with has relationship resources should raise an exception (Not Yet Implemented)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should save resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:826:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should save the first resource created through new ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:832:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should save the correct foreign key for the first resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:838:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should save the second resource created through the constructor (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should save the correct foreign key for the second resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:850:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with new resources in a has relationship should create 2 extra resources in persistent storage (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with dirty resources in a has relationship should return true ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:877:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with dirty resources in a has relationship should have saved the first child resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:887:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with dirty resources in a has relationship should not have saved the second child resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:893:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with a new resource and new relations should not be dirty ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:948:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with a new resource and new relations should not be dirty ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:954:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with a new resource and new relations should set the related resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:960:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save with a new resource and new relations should set the foreign key properly ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:966:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should save resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:826:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should save the first resource created through new ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:832:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should save the correct foreign key for the first resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:838:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should save the second resource created through the constructor (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should save the correct foreign key for the second resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:850:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with new resources in a has relationship should create 2 extra resources in persistent storage (Changing a belongs_to parent should add the resource to the correct association)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with dirty resources in a has relationship should return true ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:877:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with dirty resources in a has relationship should have saved the first child resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:887:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with dirty resources in a has relationship should not have saved the second child resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:893:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with a new resource and new relations should not be dirty ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:948:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with a new resource and new relations should not be dirty ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:954:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with a new resource and new relations should set the related resource ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:960:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter#save! with a new resource and new relations should set the foreign key properly ()
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:966:in `block (4 levels) in <top (required)>'
One to One Associations with default adapter lazy loading should not overwrite dirty key (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1226:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:25:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:25:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:127:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:176:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:184:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:194:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:230:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:255:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:255:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:288:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:409:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:521:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:542:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:563:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:583:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:665:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:719:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:719:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1095:in `block in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1116:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1116:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to the same resource should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:34:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to an resource that does not respond to resource methods should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:45:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to a resource with the same properties, but the model is a subclass should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:58:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to a resource with the same repository, key and neither self or the other resource is dirty should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:71:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to a resource with the same repository, key but either self or the other resource is dirty should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:85:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== when comparing to a resource with the same properties should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:98:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#== with alternate adapter when comparing to a resource with a different repository, but the same properties should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:119:in `block (5 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to the same resource should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:34:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to an resource that does not respond to resource methods should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:45:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to a resource with the same properties, but the model is a subclass should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:58:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to a resource with the same repository, key and neither self or the other resource is dirty should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:71:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to a resource with the same repository, key but either self or the other resource is dirty should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:85:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== when comparing to a resource with the same properties should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:98:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#=== with alternate adapter when comparing to a resource with a different repository, but the same properties should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:119:in `block (5 levels) in <top (required)>'
One to One Through Associations with default adapter#<=> when the default order properties are equal with another resource should return 0 (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:138:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#<=> when the default order property values are sorted before another resource should return 1 (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:151:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#<=> when the default order property values are sorted after another resource should return -1 (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:164:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#<=> when comparing an unrelated type of Object should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:170:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#attribute_get should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:180:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#attribute_set should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:190:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#attributes with a new resource should return the expected values (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:204:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#attributes with a new resource with a property set should return the expected values (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:217:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#attributes with a saved resource should return the expected values (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:223:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#attributes= when a public mutator is specified should set the value (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:240:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#attributes= when a non-public mutator is specified should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:246:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy on a single resource should successfully remove a resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:265:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy on a single resource should mark the destroyed resource as readonly (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:269:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy on a single resource should return true when calling destroy on a destroyed resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:273:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy on a single resource should remove resource from persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:277:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy with has relationship resources should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy! on a single resource should successfully remove a resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:265:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy! on a single resource should mark the destroyed resource as readonly (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:269:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy! on a single resource should return true when calling destroy! on a destroyed resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:273:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy! on a single resource should remove resource from persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:277:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#destroy! with has relationship resources should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:283:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record, with dirty attributes should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:294:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record, with no dirty attributes, and dirty parents should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:307:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record, with no dirty attributes, and dirty children should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:320:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record, with no dirty attributes, and dirty siblings should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:340:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a saved record, with no dirty attributes should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:344:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a new record, with no dirty attributes, no default attributes, and no identity field should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:350:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a new record, with no dirty attributes, no default attributes, and an identity field should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:356:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a new record, with no dirty attributes, default attributes, and no identity field should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:362:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record with itself as a parent (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:372:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record with itself as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:386:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#dirty? on a record with a parent as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:401:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to the same resource should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:418:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to an resource that does not respond to model should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:429:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to a resource with the same properties, but the model is a subclass should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:442:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to a resource with a different key should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:453:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to a resource with the same repository, key and neither self or the other resource is dirty should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:466:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to a resource with the same repository, key but either self or the other resource is dirty should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:480:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? when comparing to a resource with the same properties should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:493:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#eql? with alternate adapter when comparing to a resource with a different repository, but the same properties should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:514:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#inspect should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:532:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#inspect should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:534:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#inspect should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:536:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#inspect should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:538:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#key should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:553:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#key should always return the key value persisted in the back end (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:555:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#key should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:559:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter#new? on an existing record should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:569:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#new? on a new record should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:577:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:600:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:602:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:604:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource not persisted reset the changed attributes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:606:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource where the key is changed, but not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:616:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource where the key is changed, but not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:618:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource where the key is changed, but not persisted should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:620:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource where the key is changed, but not persisted reset the changed attributes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:622:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource that is changed outside another resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:634:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource that is changed outside another resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:636:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource that is changed outside another resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:638:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on a resource that is changed outside another resource should reload the resource from the data store (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:640:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on an anonymous resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:653:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on an anonymous resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:655:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on an anonymous resource should not be (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:657:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#reload on an anonymous resource should not reload any attributes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:659:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#readonly? on a new resource should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:675:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#readonly? on a saved resource should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:687:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#readonly? on a destroyed resource should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:699:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#readonly? on an anonymous resource should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:712:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new, not dirty resource should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:739:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new, not dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:743:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a not new, not dirty resource should return true even when resource is not dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:755:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a not new, not dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:759:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a not new, dirty resource should save a resource succesfully when dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:772:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a not new, dirty resource should actually store the changes to persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:776:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a not new, dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:780:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new, invalid resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:793:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a dirty invalid resource should not save an invalid resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:805:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a dirty invalid resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:811:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should save resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:826:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should save the first resource created through new (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:832:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should save the correct foreign key for the first resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:838:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should save the second resource created through the constructor (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should save the correct foreign key for the second resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:850:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with new resources in a has relationship should create 2 extra resources in persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with dirty resources in a has relationship should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:877:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with dirty resources in a has relationship should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:883:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with dirty resources in a has relationship should have saved the first child resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:887:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with dirty resources in a has relationship should not have saved the second child resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:893:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty dependency should succesfully save the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:925:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty dependency should not have a dirty dependency (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:929:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty dependency should succesfully save the dependency (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:933:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a new resource and new relations should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:948:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a new resource and new relations should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:954:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a new resource and new relations should set the related resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:960:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a new resource and new relations should set the foreign key properly (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:966:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty resource with a changed key should save a resource succesfully when dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:982:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty resource with a changed key should actually store the changes to persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:986:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty resource with a changed key should update the identity map (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:990:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save with a dirty resource with a changed key should remove the old entry from the identity map (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:994:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1008:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should save the child (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1012:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should save the parent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1016:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should save the grandparent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1020:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should relate the child to the parent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1024:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should relate the parent to the grandparent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1028:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a new resource with unsaved parent and grandparent should relate the grandparent to nothing (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1032:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a destroyed resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1044:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a record with itself as a parent (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1058:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a record with itself as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1072:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save on a record with a parent as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1086:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new, not dirty resource should return false (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:739:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new, not dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:743:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a not new, not dirty resource should return true even when resource is not dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:755:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a not new, not dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:759:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a not new, dirty resource should save a resource succesfully when dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:772:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a not new, dirty resource should actually store the changes to persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:776:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a not new, dirty resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:780:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new, invalid resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:793:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a dirty invalid resource should not save an invalid resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:805:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a dirty invalid resource should call save hook expected number of times (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:811:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should save resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:826:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should save the first resource created through new (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:832:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should save the correct foreign key for the first resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:838:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should save the second resource created through the constructor (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:844:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should save the correct foreign key for the second resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:850:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with new resources in a has relationship should create 2 extra resources in persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:856:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with dirty resources in a has relationship should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:877:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with dirty resources in a has relationship should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:883:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with dirty resources in a has relationship should have saved the first child resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:887:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with dirty resources in a has relationship should not have saved the second child resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:893:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a new dependency should not raise an exception when saving the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:906:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty dependency should succesfully save the resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:925:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty dependency should not have a dirty dependency (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:929:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty dependency should succesfully save the dependency (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:933:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a new resource and new relations should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:948:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a new resource and new relations should not be dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:954:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a new resource and new relations should set the related resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:960:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a new resource and new relations should set the foreign key properly (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:966:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty resource with a changed key should save a resource succesfully when dirty (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:982:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty resource with a changed key should actually store the changes to persistent storage (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:986:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty resource with a changed key should update the identity map (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:990:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! with a dirty resource with a changed key should remove the old entry from the identity map (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:994:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1008:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should save the child (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1012:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should save the parent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1016:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should save the grandparent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1020:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should relate the child to the parent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1024:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should relate the parent to the grandparent (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1028:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a new resource with unsaved parent and grandparent should relate the grandparent to nothing (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1032:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a destroyed resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1044:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a record with itself as a parent (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1058:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a record with itself as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1072:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#save! on a record with a parent as a child (circular dependency) should not raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1086:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#saved? on an existing record should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1101:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#saved? on a new record should == nil (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1109:in `block (3 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1127:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes should update attributes of Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1131:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1135:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1149:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes where one is a parent association should update attributes of Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1153:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1157:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update with attributes where a value is nil for a property that does not allow nil should not persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1170:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update on a new resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1183:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update on a dirty resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1197:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1127:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes should update attributes of Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1131:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1135:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes where one is a parent association should return true (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1149:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes where one is a parent association should update attributes of Resource (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1153:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes where one is a parent association should persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1157:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! with attributes where a value is nil for a property that does not allow nil should not persist the changes (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1170:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! on a new resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1183:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter#update! on a dirty resource should raise an exception (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1197:in `block (4 levels) in <top (required)>'
One to One Through Associations with default adapter lazy loading should not overwrite dirty attribute (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1218:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter lazy loading should not overwrite dirty lazy attribute (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1222:in `block (2 levels) in <top (required)>'
One to One Through Associations with default adapter lazy loading should not overwrite dirty key (TODO)
/Users/dannluciano/code/ruby/dm-core/lib/dm-core/spec/shared/resource_spec.rb:1226:in `block (2 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#reload with no arguments should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:791:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#reload with a Hash query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:823:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#reload with a Query should not be a kicker (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:855:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#update on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#update! on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:293:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using a m:m relationship with a Hash should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:731:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using a m:m relationship with a resource should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:751:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using a m:m relationship with a collection should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:775:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using a m:m relationship with a nil value should be empty (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:813:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using a m:m relationship with a negated nil value should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:837:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#method_missing with a has n :through relationship method with no arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1577:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#method_missing with a has n :through relationship method with no arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1583:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#method_missing with a has n :through relationship method with arguments should return expected Collection ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1601:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#method_missing with a has n :through relationship method with arguments should set the association for each Resource ()
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:1613:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to a property should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:179:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to the key should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:207:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped to a property with multiple values should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:235:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#create! when scoped with a condition other than eql should not append a Resource if create fails (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:263:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#update on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#update! on a limited collection should bypass validation (TODO: not sure how to best spec this)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/collection_shared_spec.rb:1617:in `block (4 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should return a Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:277:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should return a new instance (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:281:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should be expected Resources (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:285:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should have a different query than original Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/finder_shared_spec.rb:289:in `block (3 levels) in <top (required)>'
DataMapper::Collection with default adapter#all with a query using raw conditions should scope the Collection (TODO)
/Users/dannluciano/code/ruby/dm-core/spec/public/shared/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment