Sha256: ae4a374edad7960e6178655d599ac6c2514b68544450f2df9e3008be72c0071c
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class UserMailerTest < ActionMailer::TestCase test '#send_email_without_args' do #it should not raise NameError: undefined local variable or method `params' for ... assert UserMailer.send_email_without_args end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
action_args-2.3.0 | test/mailers/action_mailer_test.rb |
action_args-2.2.1 | test/mailers/action_mailer_test.rb |
action_args-2.2.0 | test/mailers/action_mailer_test.rb |