aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-15 17:01:29 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-17 22:04:32 +0900
commit1b8fc04216099836a05a2cdfa334a28a8687251c (patch)
tree2b223637fa026ec694a5404808f0387c55b6f54c /railties/CHANGELOG.md
parentc60fb74dc6ea373bfe3d04731a2d2b6ba641f850 (diff)
downloadrails-1b8fc04216099836a05a2cdfa334a28a8687251c.tar.gz
rails-1b8fc04216099836a05a2cdfa334a28a8687251c.tar.bz2
rails-1b8fc04216099836a05a2cdfa334a28a8687251c.zip
modify to `error` also abort when specify fail fast option
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 0fff0b1099..a3be5356a1 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Change fail fast of `bin/rails test` interrupts run on error.
+
+ *Yuji Yaginuma*
+
* The application generator supports `--skip-listen` to opt-out of features
that depend on the listen gem. As of this writing they are the evented file
system monitor and the async plugin for spring.