Skip to content

Commit

Permalink
seventh attempt at single file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszarzecki committed Jul 1, 2014
1 parent bafd9da commit 51cf196
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions spec/factories/customPumpkins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FactoryGirl.define do
factory :acorn, class: Pumpkin do
name 'Acorn'
color 'dark green'
size 's'
price '3.99'
end

factory :sweet_dumpling, class: Pumpkin do
name 'Sweet Dumpling'
color 'orange'
size 's'
price '8.99'
end

end

0 comments on commit 51cf196

Please sign in to comment.