From 7cb49f551c3207a0e2f03eaf31cd5a620b49bd4e Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 10 Jun 2010 15:32:56 -0300 Subject: layout 'application' is not anymore on application_controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- railties/test/generators/app_generator_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'railties/test') diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb index 8bd9dc9f39..ffc5636467 100644 --- a/railties/test/generators/app_generator_test.rb +++ b/railties/test/generators/app_generator_test.rb @@ -59,7 +59,6 @@ class AppGeneratorTest < Rails::Generators::TestCase def test_application_controller_and_layout_files run_generator - assert_file "app/controllers/application_controller.rb", /layout 'application'/ assert_file "app/views/layouts/application.html.erb", /stylesheet_link_tag :all/ assert_no_file "public/stylesheets/application.css" end @@ -272,4 +271,4 @@ protected def action(*args, &block) silence(:stdout){ generator.send(*args, &block) } end -end \ No newline at end of file +end -- cgit v1.2.3