From 773123178eaee60b32661cf1f5c4707dac3eb749 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Mon, 30 Apr 2012 07:51:23 -0600 Subject: Fixed styling issues brought up by @jeremy --- railties/test/application/rake/notes_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 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 66f95bc821..1348e9aa28 100644 --- a/railties/test/application/rake/notes_test.rb +++ b/railties/test/application/rake/notes_test.rb @@ -13,7 +13,6 @@ module ApplicationTests end test 'notes finds notes for certain file_types' do - app_file "app/views/home/index.html.erb", "<% # TODO: note in erb %>" app_file "app/views/home/index.html.haml", "-# TODO: note in haml" app_file "app/views/home/index.html.slim", "/ TODO: note in slim" @@ -52,8 +51,8 @@ module ApplicationTests end end - test 'notes finds notes in default directories' do + test 'notes finds notes in default 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" -- cgit v1.2.3