Skip to content

Commit

Permalink
Merge pull request htw-imi-info3-archive#32 from Chynn/vtBranch
Browse files Browse the repository at this point in the history
SuperAndWeak.rb
  • Loading branch information
bkleinen committed Jul 7, 2014
2 parents 8f3791d + 2cd5b09 commit 38f75c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/factories/SuperAndWeak.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FactoryGirl.define do
factory :super, class: Pumpkin do
name 'Super'
color 'orange'
size 'm'
price '5.0'
end
factory :weak, class: Pumpkin do
name 'Weak'
color 'yellow'
size 's'
price '4.0'
end
end

0 comments on commit 38f75c8

Please sign in to comment.