public
Rubygem
Description: DataMapper - Core
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-core.git
One more refinement to the specs for default assoc values
rughetto (author)
Wed May 21 00:10:55 -0700 2008
commit  1e224c4f0df6ec7ceea9f933aa7d8dfe343a4d04
tree    91d14ffd6c42775b2a9742e9c2e053aa0f9faf35
parent  6899fdcd2c4d81208d9567ffe800e01cddc6d93f
...
456
457
458
459
 
460
461
462
...
456
457
458
 
459
460
461
462
0
@@ -456,7 +456,7 @@ if HAS_SQLITE3
0
             Yard.first(:name => "yard 2").type.should == "not particular"
0
           # it should ignore non :eql conditions
0
             engine.fussy_yards << Yard.new(:name => "yard 3")
0
- Yard.first(:name => "yard 3").type.should == "particular"
0
+ Yard.first(:name => "yard 3").rating.should == nil
0
         end
0
       end
0
       

Comments

    No one has commented yet.