Skip to content

Commit

Permalink
Update SuperAndWeak.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chynn committed Jul 7, 2014
1 parent c95aa63 commit 2cd5b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/factories/SuperAndWeak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
factory :super, class: Pumpkin do
name 'Super'
color 'orange'
size 'l'
size 'm'
price '5.0'
end
factory :weak, class: Pumpkin do
Expand All @@ -11,3 +11,4 @@
size 's'
price '4.0'
end
end

0 comments on commit 2cd5b09

Please sign in to comment.