rails/activerecord/test/cases/associations
Ryuta Kamizono ca9ac31002 respond_to_missing? should be private
Follow up of 03d3f036.

Some of `respond_to?` were replaced to `respond_to_missing?` in 03d3f036.
But the visibility is still public. It should be private.
2017-04-22 23:11:15 +09:00
..
association_scope_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
belongs_to_associations_test.rb Add :default option to belongs_to (#28453) 2017-03-17 15:29:19 +01:00
bidirectional_destroy_dependencies_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
callbacks_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
cascaded_eager_loading_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
eager_load_includes_full_sti_class_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
eager_load_nested_include_test.rb Privatize unneededly protected methods in Active Record tests 2016-12-24 00:15:31 +09:00
eager_singularization_test.rb Deprecate supports_migrations? on connection adapters 2017-02-27 03:14:33 +09:00
eager_test.rb correctly check error message 2017-01-25 09:58:15 +09:00
extension_test.rb Fix extension method with dirty target in has_many associations 2017-03-20 18:49:14 +09:00
has_and_belongs_to_many_associations_test.rb Don't attempt to create a new record that was already created. 2017-04-20 19:45:58 -04:00
has_many_associations_test.rb respond_to_missing? should be private 2017-04-22 23:11:15 +09:00
has_many_through_associations_test.rb Add Style/EmptyLinesAroundMethodBody in .rubocop.yml and remove extra empty lines 2017-02-12 20:44:15 +09:00
has_one_associations_test.rb Correct spelling 2017-02-05 19:00:18 -06:00
has_one_through_associations_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
inner_join_association_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
inverse_associations_test.rb ⚠️ "Use assert_nil if expecting nil. This will fail in MT6." 2017-01-18 17:30:46 +09:00
join_model_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
left_outer_join_association_test.rb Load :author_addresses 2017-03-26 17:12:13 +09:00
nested_through_associations_test.rb Use SET CONSTRAINTS for disable_referential_integrity without superuser privileges (take 2) 2017-03-26 17:12:13 +09:00
required_test.rb Ensure that tests will reset belongs_to_requierd_by_default config 2017-02-27 23:23:27 -05:00