Commit 7b3ad9a9
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