Skip to content

Commit

Permalink
added inMailer to test
Browse files Browse the repository at this point in the history
  • Loading branch information
eacaps committed Jul 25, 2016
1 parent 8d34353 commit eb6e700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/spec/requests/server_render_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
mail = DummyMailer.hello_email
expect(mail.subject).to match "mail"
expect(mail.body).to match "Mr. Mailing Server Side Rendering"
expect(mail.body).to match "inMailer":true"
end
end

Expand Down

0 comments on commit eb6e700

Please sign in to comment.