spec/no_db/blueprint.rb in blueprints-0.7.3 vs spec/no_db/blueprint.rb in blueprints-0.8.0
- old
+ new
@@ -2,6 +2,8 @@
Fruit.new('cherry')
end
blueprint :big_cherry do
Fruit.new('cherry', 10)
-end
\ No newline at end of file
+end
+
+Fruit.blueprint :apple, :species => 'apple', :size => 3