Commit 7b3ad9a9

mo khan <mo@mokhan.ca>
2014-06-30 23:37:07
fix creation factory.
1 parent f887076
Changed files (1)
spec
factories
spec/factories/creation.rb
@@ -3,6 +3,7 @@ FactoryGirl.define do
     name { Faker::Name.name }
     story 'whats the story morning glory?'
     user { FactoryGirl.create(:user) }
+    association :category
     #image { File.new(File.join( Rails.root, 'spec/fixtures/images/example.png')) }
   end
 end