From 80abee6662ed001c0ee9f59c323e8c39c62220ca Mon Sep 17 00:00:00 2001 From: John Meehan Date: Tue, 5 Jul 2016 09:01:31 +0100 Subject: removed extra blank line --- railties/test/application/rake/notes_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb index 71b7480f64..a6caf007cd 100644 --- a/railties/test/application/rake/notes_test.rb +++ b/railties/test/application/rake/notes_test.rb @@ -131,7 +131,6 @@ module ApplicationTests app_file "app/spec/models/user_spec.rb", "# TODO: note in model spec" add_to_config %q{ config.annotations.register_directories("spec") } - run_rake_notes do |output, lines| assert_match(/note in spec/, output) assert_match(/note in model spec/, output) -- cgit v1.2.3