• Y
    remove Ruby warning from Active Job test helper methods · 5b825c55
    yuuji.yaginuma 提交于
    This removes the following warnings.
    
    ```
    /home/travis/build/rails/rails/activejob/lib/active_job/test_helper.rb:241: warning: shadowing outer local variable - job
    /home/travis/build/rails/rails/activejob/lib/active_job/test_helper.rb:265: warning: shadowing outer local variable - job
    ```
    5b825c55
test_helper.rb 11.5 KB