Skip to content

Commit

Permalink
Spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Yesbeck committed Oct 19, 2015
1 parent 0a82049 commit 9970702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/sendgrid/recipient_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module SendGrid

it 'calls add_substitution as many times as there are substitution keys' do
substitutions.each do |key, value|
expect(smtp_api).to receive(:add_substitution).with(key, value)
expect(smtp_api).to receive(:add_substitution).with(key, [value])
end

subject.add_to_smtpapi(smtp_api)
Expand Down

0 comments on commit 9970702

Please sign in to comment.