aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails/generators/job
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-21 08:02:26 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-21 08:02:26 +0900
commit8ae20e65827fb2670ca0aaf253247c5e0afc6021 (patch)
tree414e4f96636300c7b787725a5fb84076c089d9b5 /activejob/lib/rails/generators/job
parent32431b37704c0aaec06ae1a23e0d6091d6542fd2 (diff)
downloadrails-8ae20e65827fb2670ca0aaf253247c5e0afc6021.tar.gz
rails-8ae20e65827fb2670ca0aaf253247c5e0afc6021.tar.bz2
rails-8ae20e65827fb2670ca0aaf253247c5e0afc6021.zip
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. ```
Diffstat (limited to 'activejob/lib/rails/generators/job')
0 files changed, 0 insertions, 0 deletions