なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2020/02/01)

2020/02/01分のコミットです。

CHANGELOGへの追加はありませんでした。


Fix non-condition elsif

activerecord/test/cases/migration_test.rbの修正です。

test_remove_column_with_if_not_exists_not_setelseifの条件指定が不足していたのを修正しています。


Make test guides for test helpers consistent [ci skip]

rails guideのTesting Rails Applicationsの修正です。

テスト用helperファイルを分割した場合のexampleの、ファイルの格納先をtest/test_helpersに修正しています。

Fix test guides for test helpersの変更内容と合わせる為。