Skip to content

Commit

Permalink
Remove empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Apr 30, 2012
1 parent 7731231 commit 324201d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions railties/test/application/rake/notes_test.rb
Expand Up @@ -49,7 +49,6 @@ def teardown
assert_equal ' ', line[1]
end
end

end

test 'notes finds notes in default directories' do
Expand Down Expand Up @@ -86,11 +85,9 @@ def teardown
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"
Expand Down Expand Up @@ -125,7 +122,6 @@ def teardown
assert_equal 4, line_number.size
end
end

end

private
Expand Down

0 comments on commit 324201d

Please sign in to comment.