Skip to content

Commit

Permalink
Added a pending spec so I don't forget about this.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 27, 2008
1 parent be5475c commit d4fc4b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/associations/relationship_spec.rb
Expand Up @@ -56,5 +56,12 @@
has_many.source.should == Vehicle.properties(:relationship_spec).select(:manufacturer_id)
has_many.target.should == Manufacturer.properties(:relationship_spec).key
end

it "should generate source properties with a safe subset of the target options" do
pending
# For example, :size would be an option you'd want a generated source Property to copy,
# but :serial or :key obviously not. So need to take a good look at Property::OPTIONS to
# see what applies and what doesn't.
end

end

0 comments on commit d4fc4b9

Please sign in to comment.