diff options
Diffstat (limited to 'activejob/test/helper.rb')
-rw-r--r-- | activejob/test/helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb index 7e86415f48..54b6076f09 100644 --- a/activejob/test/helper.rb +++ b/activejob/test/helper.rb @@ -1,5 +1,3 @@ -require File.expand_path('../../../load_paths', __FILE__) - require 'active_job' require 'support/job_buffer' |