From 324201d7b9f1cd8a79baea64cdbf0df2be60decd Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Mon, 30 Apr 2012 09:16:29 -0600 Subject: Remove empty lines. --- railties/test/application/rake/notes_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'railties/test/application') diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb index 1348e9aa28..05d73dfc5c 100644 --- a/railties/test/application/rake/notes_test.rb +++ b/railties/test/application/rake/notes_test.rb @@ -49,7 +49,6 @@ module ApplicationTests assert_equal ' ', line[1] end end - end test 'notes finds notes in default directories' do @@ -86,11 +85,9 @@ module ApplicationTests assert_equal 4, line_number.size end end - end test 'notes finds notes in custom directories' do - app_file "app/controllers/some_controller.rb", "# TODO: note in app directory" app_file "config/initializers/some_initializer.rb", "# TODO: note in config directory" app_file "lib/some_file.rb", "# TODO: note in lib directory" @@ -125,7 +122,6 @@ module ApplicationTests assert_equal 4, line_number.size end end - end private -- cgit v1.2.3