Commit 26c03cd8
Changed files (1)
spec
factories
spec/factories/creation.rb
@@ -0,0 +1,4 @@
+Factory.define :creation, :class => Creation do |c|
+ c.name 'cake'
+ c.categories ['fondant', 'blah']
+end