1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/migration
Daniel Colson a1ac18671a Replace assert ! with assert_not
This autocorrects the violations after adding a custom cop in
3305c78dcd.
2018-04-19 08:11:33 -04:00
..
change_schema_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
change_table_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
column_attributes_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
column_positioning_test.rb add_reference should respect column position for both reference id and type columns 2017-09-01 21:49:28 +09:00
columns_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
command_recorder_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
compatibility_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
create_join_table_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
foreign_key_test.rb Move fk_ignore_pattern from config.active_record to SchemaDumper 2018-03-22 10:12:58 +00:00
helper.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
index_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
logger_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
pending_migrations_test.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
references_foreign_key_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
references_index_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
references_statements_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
rename_table_test.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00