rails/activejob/test/cases
2016-07-09 16:24:03 -07:00
..
adapter_test.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00
argument_serialization_test.rb Fix AJ tests on ruby 2.4 being causes since classes are unified for Integer, and we create test name nased on arg class. Append ar as well to the test name 2016-07-09 16:24:03 -07:00
callbacks_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
job_serialization_test.rb Add JSON round trip verification testcase 2016-03-09 09:28:16 -08:00
logging_test.rb Fix jobs overriding AJ::Base#logger 2016-06-17 13:04:17 -04:00
queue_adapter_test.rb ActiveJob::Base#queue_adapter is now a class_attribute 2015-03-11 22:45:59 -07:00
queue_naming_test.rb Added queue_name_delimiter attribute. 2014-10-26 21:46:05 -05:00
queue_priority_test.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
queuing_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
rescue_test.rb - Remove duplication in AJ logging test for setting logger. 2014-10-20 12:38:11 +05:30
test_case_test.rb 🔪 Typos 2015-09-21 03:17:39 +09:00
test_helper_test.rb Provide the ability to override the queue adapter used by jobs under 2016-06-11 15:18:52 -04:00
translation_test.rb Fixes #20799 2015-08-04 00:38:18 +02:00