Skip to content

Commit

Permalink
Fix Ruby 1.8.7 syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Chistyakov authored and temochka committed Jan 9, 2019
1 parent 567ef46 commit 1cafa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/postmark/message_extensions/mail_spec.rb
Expand Up @@ -328,7 +328,7 @@
to receive(:get_template).with(message.template_alias).
and_return(template_response)
expect_any_instance_of(Postmark::ApiClient).
to receive(:validate_template).with(template_response.merge(test_render_model: model)).
to receive(:validate_template).with(template_response.merge(:test_render_model => model)).
and_return(render_response)
end

Expand Down

0 comments on commit 1cafa71

Please sign in to comment.