Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Should have tested dev:prime manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieay committed Aug 26, 2016
1 parent 0ecb626 commit 7a15cd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/tasks/dev.rake
Expand Up @@ -16,20 +16,20 @@ namespace :dev do
]

FactoryGirl.create(:auction, :reverse, :pending_c2_approval)
FactoryGirl.create(:auction, :reverse, :with_bidders)
FactoryGirl.create(:auction, :reverse, :expiring, :with_bidders)
FactoryGirl.create(:auction, :reverse, :with_bids)
FactoryGirl.create(:auction, :reverse, :expiring, :with_bids)
future_reverse = FactoryGirl.create(:auction, :reverse, :future)
future_reverse.skills << skills
FactoryGirl.create(:auction, :reverse, :closed, :with_bidders, purchase_card: :other)
FactoryGirl.create(:auction, :reverse, :closed, :with_bidders, :c2_approved, :delivered)
FactoryGirl.create(:auction, :sealed_bid, :with_bidders)
FactoryGirl.create(:auction, :sealed_bid, :expiring, :with_bidders)
FactoryGirl.create(:auction, :reverse, :closed, :with_bids, purchase_card: :other)
FactoryGirl.create(:auction, :reverse, :closed, :with_bids, :c2_approved, :delivered)
FactoryGirl.create(:auction, :sealed_bid, :with_bids)
FactoryGirl.create(:auction, :sealed_bid, :expiring, :with_bids)
future_sealed = FactoryGirl.create(:auction, :sealed_bid, :future)
future_sealed.skills << skills
FactoryGirl.create(:auction, :complete_and_successful)
FactoryGirl.create(:auction, :payment_needed)
FactoryGirl.create(:auction, :evaluation_needed)
FactoryGirl.create(:auction, :unpublished)
FactoryGirl.create(:auction, :rejected, :with_bidders)
FactoryGirl.create(:auction, :rejected, :with_bids)
end
end

0 comments on commit 7a15cd1

Please sign in to comment.