aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
diff options
context:
space:
mode:
authorJohn Meehan <john.meehan1@gmail.com>2016-07-05 09:01:31 +0100
committerJohn Meehan <john.meehan1@gmail.com>2016-07-05 09:01:31 +0100
commit80abee6662ed001c0ee9f59c323e8c39c62220ca (patch)
tree67e7696772195946a5e7fdf369d5833c9c6b7ab6 /railties/test/application/rake
parenta5ce8818d29a367ac2a80eeeae649486e1158206 (diff)
downloadrails-80abee6662ed001c0ee9f59c323e8c39c62220ca.tar.gz
rails-80abee6662ed001c0ee9f59c323e8c39c62220ca.tar.bz2
rails-80abee6662ed001c0ee9f59c323e8c39c62220ca.zip
removed extra blank line
Diffstat (limited to 'railties/test/application/rake')
-rw-r--r--railties/test/application/rake/notes_test.rb1
1 files changed, 0 insertions, 1 deletions
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)