From b821f95403bb3853264dd689de5c974ec00c9c8f Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Mon, 1 Jan 2018 01:18:17 +0530 Subject: Improve the deprecation message for using subclass of Rails::Application to start the Rails server --- railties/test/application/server_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/test') diff --git a/railties/test/application/server_test.rb b/railties/test/application/server_test.rb index a6093b5733..f3a7e00a4d 100644 --- a/railties/test/application/server_test.rb +++ b/railties/test/application/server_test.rb @@ -29,7 +29,7 @@ module ApplicationTests server.app log = File.read(Rails.application.config.paths["log"].first) - assert_match(/DEPRECATION WARNING: Use `Rails::Application` subclass to start the server is deprecated/, log) + assert_match(/DEPRECATION WARNING: Using `Rails::Application` subclass to start the server is deprecated/, log) end test "restart rails server with custom pid file path" do -- cgit v1.2.3