rails--rails/actionview/test/activerecord
Akira Matsuda 9360b6be63 class Foo < Struct.new(:x) creates an extra unneeded anonymous class
because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
2017-01-13 15:13:47 +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 Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +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 class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00