diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-02-25 13:08:26 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-02-27 07:49:30 +0900 |
commit | a070dfa0c5b64084108977176b914ffb32ceac5f (patch) | |
tree | daa5fe514ffe307fda0432d1c10348794e31ac6b /actionmailer/test/mailers | |
parent | 87b2b6c5124732ff709b8e1900a99ba0a08f6982 (diff) | |
download | rails-a070dfa0c5b64084108977176b914ffb32ceac5f.tar.gz rails-a070dfa0c5b64084108977176b914ffb32ceac5f.tar.bz2 rails-a070dfa0c5b64084108977176b914ffb32ceac5f.zip |
Only load SystemTestCase if Puma is defined
SystemTestCase supports only Puma, and always load puma's file.
https://github.com/rails/rails/blob/master/actionpack/lib/action_dispatch/system_testing/server.rb#L1
For that reason, the case of use Capybara but do not use Puma, it will cause an error.
So we need to check about Puma is defined as well.
Diffstat (limited to 'actionmailer/test/mailers')
0 files changed, 0 insertions, 0 deletions