Skip to content

Commit

Permalink
Added Spooktacular and Lumina pumpkins to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
lance2355 committed Jul 6, 2014
1 parent 2c63f70 commit 80d5ab2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/factories/tk_pumpkins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FactoryGirl.define do

factory :Spooktacular, class: Pumpkin do
name 'Spooktacular'
color 'bright orange'
size 's'
price '34.95'
end
factory :Lumina, class: Pumpkin do
name 'Lumina'
color 'white'
size 'm'
price '23.95'
end
end

0 comments on commit 80d5ab2

Please sign in to comment.