Source: show | on GitHub
# File actionmailer/test/test_helper_test.rb, line 137 def setup @test_var = "a value" end
# File actionmailer/test/test_helper_test.rb, line 141 def test_setup_shouldnt_conflict_with_mailer_setup assert_kind_of Mail::Message, @expected assert_equal 'a value', @test_var end