Any plan to add ability to name the definition that are different than the model it would create, like in Factory Girl.
Something like:
Dupe.define :fancy_recipe, :class => Recipe do |t|
t.name "Fancy Recipe"
end
I think the usage of this is so one can create a factory of a particular pattern easily.