1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test
yuuji.yaginuma 8ae20e6582 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.
```
2017-04-21 08:02:26 +09:00
..
adapters normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
cases Add missing require 2017-04-21 08:02:26 +09:00
integration Added instance variable @queue to JobWrapper. 2016-08-19 17:10:27 +09:00
jobs Add error logging to Active Job 2017-03-27 17:10:24 -07:00
models Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
support make backburner integration test to work 2017-01-28 11:34:28 +09:00
helper.rb remove ActiveSupport.halt_callback_chains_on_return_false from everywhere 2017-02-08 17:24:49 +09:00