diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2017-03-06 20:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 20:27:00 +0100 |
commit | ef4dfcc3b3348e4add7efb2c72bf04d55ab77a0b (patch) | |
tree | 1f7cfaf737e9e2f12b175c2f1fb7f633cbcb2963 | |
parent | 48b37f127fb44b787ae6c0710982d7949b14454f (diff) | |
download | rails-ef4dfcc3b3348e4add7efb2c72bf04d55ab77a0b.tar.gz rails-ef4dfcc3b3348e4add7efb2c72bf04d55ab77a0b.tar.bz2 rails-ef4dfcc3b3348e4add7efb2c72bf04d55ab77a0b.zip |
[ci skip] 🎬 expensive: take two
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index a483535df1..9b6ceff9ff 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,5 +1,5 @@ * Avoid running system tests by default with the `bin/rails test` - and `bin/rake test` commands since they may be expansive. + and `bin/rake test` commands since they may be expensive. *Robin Dupret* (#28286) |