Skip to content

Commit

Permalink
Merge pull request htw-imi-info3-archive#31 from fruchtzwergin/charli…
Browse files Browse the repository at this point in the history
…e_branch

Charlie's and Lucie's Pumpkins
  • Loading branch information
bkleinen committed Jul 7, 2014
2 parents d7d7c01 + f793018 commit 8f3791d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions spec/factories/charlieLuciePumpkins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
FactoryGirl.define do
factory :cinderella, class: Pumpkin do
name 'cinderella'
color 'orange'
size 'm'
price '12.8'
end
factory :pinkBanana, class: Pumpkin do
name 'pinkBanana'
color 'pink'
size 'm'
price '8.3'
end
factory :babyBear, class: Pumpkin do
name 'babyBear'
color 'orange'
size 's'
price '2.5'
end
factory :Acorn, class: Pumpkin do
name 'acorn'
color 'Green'
size 'm'
price '3.0'
end
end

0 comments on commit 8f3791d

Please sign in to comment.