From 38492590cf30bae0f4817c610bc0237ccdea7c1a Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Mon, 25 Jan 2016 18:26:20 +0200 Subject: Introduce new welcome page for new projects As requested by David in 23233. --- railties/test/application/routing_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'railties/test/application') diff --git a/railties/test/application/routing_test.rb b/railties/test/application/routing_test.rb index 0777714d35..e51f32aaed 100644 --- a/railties/test/application/routing_test.rb +++ b/railties/test/application/routing_test.rb @@ -42,8 +42,7 @@ module ApplicationTests test "root takes precedence over internal welcome controller" do app("development") - get '/' - assert_match %r{

Getting started

} , last_response.body + assert_welcome get('/') controller :foo, <<-RUBY class FooController < ApplicationController -- cgit v1.2.3