rails/activejob/test/cases
Akira Matsuda 5473e390d3 self. is not needed when calling its own instance method
Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
2017-01-05 19:58:52 +09:00
..
adapter_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
argument_serialization_test.rb modernizes hash syntax in activejob 2016-08-06 19:36:54 +02:00
callbacks_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
exceptions_test.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
job_serialization_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
logging_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
queue_adapter_test.rb Removed deprecated support to passing the adapter class to .queue_adapter 2016-10-10 15:00:28 -03:00
queue_naming_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
queue_priority_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
queuing_test.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
rescue_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
test_case_test.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
test_helper_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
translation_test.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00