rails/activejob/test/cases
Santosh Wadghule 26e76dc879 Added more tests for reserved hash keys of ActiveJob::Arguments.
- Added tests for checking all reserved hash keys of ActiveJob::Arguments.
- Moved unrelated code from the test to the correct place, i.e. newly created
  test.
2016-03-17 18:55:19 +05:30
..
adapter_test.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00
argument_serialization_test.rb Added more tests for reserved hash keys of ActiveJob::Arguments. 2016-03-17 18:55:19 +05:30
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 Properly log nested parameters to Active Job 2015-09-08 23:28:12 +02: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 Added missing specs for not modifying queues when using AJ test helpers 2015-10-07 20:02:15 +02:00
translation_test.rb Fixes #20799 2015-08-04 00:38:18 +02:00