Skip to content

Commit

Permalink
Add my pumpkins
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandietsch committed Jun 25, 2014
1 parent 67ee862 commit d849505
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/factories/niceguysPumpkins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FactoryGirl.define do
factory :hooligan, class: Pumpkin do
name 'Hooligan'
color 'orange'
size 's'
price '3.5'
end
factory :amishpie, class: Pumpkin do
name 'Amish-Pie'
color 'orange'
size 'm'
price '5.0'
end
end

0 comments on commit d849505

Please sign in to comment.