rails/actionview/test/activerecord
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
..
controller_runtime_test.rb modernizes hash syntax in actionview 2016-08-06 19:36:34 +02:00
debug_helper_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
form_helper_activerecord_test.rb Privatize unneededly protected methods in Action View tests 2016-12-23 23:49:02 +09:00
polymorphic_routes_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
relation_cache_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
render_partial_with_record_identification_test.rb modernizes hash syntax in actionview 2016-08-06 19:36:34 +02:00