Skip to content

Commit

Permalink
Cha-Cha and Delicata added
Browse files Browse the repository at this point in the history
  • Loading branch information
beerChili committed Jun 18, 2014
1 parent 1b43663 commit d5aacc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/factories/liebreichsPumpkins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FactoryGirl.define do
factory :cha_cha, class: Pumpkin do
name 'Cha-Cha'
color 'green'
size 'm'
price '4.5'
end
factory :delicata, class: Pumpkin do
name 'Delicata'
color 'orange'
size 's'
price '5.0'
end
end

0 comments on commit d5aacc9

Please sign in to comment.