diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-07-29 19:34:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 19:34:14 +0900 |
commit | 36c5a749883fa56276e5800573edb58f5720cdfc (patch) | |
tree | e6c4ce32e6d3e756db8488d3c5b29ff0a265ffc1 | |
parent | 0196551e6039ca864d1eee1e01819fcae12c1dc9 (diff) | |
parent | 718c9e5e7f6add9c1e087f7a3ec9b62242eff233 (diff) | |
download | rails-36c5a749883fa56276e5800573edb58f5720cdfc.tar.gz rails-36c5a749883fa56276e5800573edb58f5720cdfc.tar.bz2 rails-36c5a749883fa56276e5800573edb58f5720cdfc.zip |
Merge pull request #36798 from meganemura/remove-redundant-empty-line
Remove redundant empty line when we don't use system test
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile.tt b/railties/lib/rails/generators/rails/app/templates/Gemfile.tt index cf5462f7dc..f13dab59b1 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile.tt +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile.tt @@ -72,7 +72,7 @@ group :test do # Easy installation and use of web drivers to run system tests with browsers gem 'webdrivers' end -<%- end -%> +<%- end -%> # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |