aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/restart_test.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-07-08 14:50:24 -0500
committerGitHub <noreply@github.com>2016-07-08 14:50:24 -0500
commitc62ac07be86a747f9b40ad25f60003e4f6022d26 (patch)
tree0527eed71e9fef3a73958b3167bd89182af79d2d /railties/test/application/rake/restart_test.rb
parent8e74f71bd1bc241af62ff4613ea4db52003bc3a9 (diff)
parentd93427840ee58ea37cd4a90adf4b2a0ed20cd220 (diff)
downloadrails-c62ac07be86a747f9b40ad25f60003e4f6022d26.tar.gz
rails-c62ac07be86a747f9b40ad25f60003e4f6022d26.tar.bz2
rails-c62ac07be86a747f9b40ad25f60003e4f6022d26.zip
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Remove unused boot_rails method and it's usage
Diffstat (limited to 'railties/test/application/rake/restart_test.rb')
-rw-r--r--railties/test/application/rake/restart_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/test/application/rake/restart_test.rb b/railties/test/application/rake/restart_test.rb
index 30f662a9be..78769a6de5 100644
--- a/railties/test/application/rake/restart_test.rb
+++ b/railties/test/application/rake/restart_test.rb
@@ -7,7 +7,6 @@ module ApplicationTests
def setup
build_app
- boot_rails
end
def teardown