Sha256: 7148fdcc7bf0f8f29f34aae7540271a66cd2487c6c790991987bdee4481c585d
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
require 'test_helper' class FooTest < ActionMailer::TestCase test "bar" do mail = Foo.bar assert_equal "Bar", mail.subject assert_equal ["juanmaiz@gmail.com"], mail.to assert_equal ["maiz@softa.com.br"], mail.from assert_match "Hi", mail.body.encoded end end
Version data entries
5 entries across 5 versions & 1 rubygems