Skip to content

Commit

Permalink
Merge pull request #3 from tbem/master
Browse files Browse the repository at this point in the history
Fixed bug in BOOLEAN_SETTINGS
  • Loading branch information
dtaniwaki committed Dec 8, 2014
2 parents 45d3eab + 2915b45 commit 271980e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mandriller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Mandriller::Base < ActionMailer::Base
preserve_recipients: 'X-MC-PreserveRecipients',
inline_css: 'X-MC-InlineCSS',
view_content_link: 'X-MC-ViewContentLink',
import: 'X-MC-Important',
important: 'X-MC-Important',
}
STRING_SETTINGS = {
tracking_domain: 'X-MC-TrackingDomain',
Expand Down
2 changes: 1 addition & 1 deletion spec/mandriller/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
preserve_recipients: 'X-MC-PreserveRecipients',
inline_css: 'X-MC-InlineCSS',
view_content_link: 'X-MC-ViewContentLink',
import: 'X-MC-Important',
important: 'X-MC-Important',
}
BOOLEAN_SETTINGS.each do |key, header|
describe "#{header} header" do
Expand Down

0 comments on commit 271980e

Please sign in to comment.