Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chiramiso committed Jan 20, 2015
1 parent 8cf25b2 commit fd2974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mailers/cart_mailer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include EmailSpec::Matchers

it 'sends email to seller' do
seller_line_item_group = FactoryGirl.create(:line_item_group, :with_business_transactions, :sold)
seller_line_item_group = FactoryGirl.create(:line_item_group, :with_business_transactions, :sold, create_line_items: true)
user = seller_line_item_group.seller
mail = CartMailer.seller_email(seller_line_item_group)
mail.must deliver_to(user.email)
Expand Down

0 comments on commit fd2974f

Please sign in to comment.