Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing require #28818

Merged
merged 1 commit into from
Apr 20, 2017
Merged

Add missing require #28818

merged 1 commit into from
Apr 20, 2017

Commits on Apr 20, 2017

  1. Add missing require

    Without this, unit test fails.
    
    ```
    bundle exec ruby -w -Ilib:lib:test test/cases/logging_test.rb
    Using inline
    Run options: --seed 41246
    
    # Running:
    
    SE......S....
    
    Finished in 0.052938s, 245.5696 runs/s, 831.1585 assertions/s.
    
      1) Error:
    LoggingTest#test_job_error_logging:
    NameError: uninitialized constant LoggingTest::RescueJob
        test/cases/logging_test.rb:130:in `rescue in test_job_error_logging'
        test/cases/logging_test.rb:129:in `test_job_error_logging'
    
    13 runs, 44 assertions, 0 failures, 1 errors, 2 skips
    
    You have skipped tests. Run with --verbose for details.
    ```
    y-yagi committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    8ae20e6 View commit details
    Browse the repository at this point in the history