aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-11 18:09:16 -0500
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-11 18:09:16 -0500
commitb93fc47c72c6767655486960dffb41434633c51b (patch)
tree1af70dcf4972f31e7c08e2679d7d3b87204c6f93 /railties/CHANGELOG.md
parent574234402433065e08a407be7cbdc900e5e0f1a3 (diff)
downloadrails-b93fc47c72c6767655486960dffb41434633c51b.tar.gz
rails-b93fc47c72c6767655486960dffb41434633c51b.tar.bz2
rails-b93fc47c72c6767655486960dffb41434633c51b.zip
Remove redundant suffixes on generated system tests.
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 91fa3aa8be..19fec654c4 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove redundant suffixes on generated system tests.
+
+ *Gannon McGibbon*
+
* Add an `abort_on_failure` boolean option to the generator method that shell
out (`generate`, `rake`, `rails_command`) to abort the generator if the
command fails.