Skip to content

Commit

Permalink
Fix failing tests related to rake notes
Browse files Browse the repository at this point in the history
Related to changes introduced in 553b563
  • Loading branch information
carlosantoniodasilva committed Dec 3, 2012
1 parent c9c1e6b commit 137f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/test/application/rake/notes_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def teardown
assert_match(/note in test directory/, output)
assert_no_match(/note in some_other directory/, output)

assert_equal 5, lines.size
assert_equal 6, lines.size

lines.each do |line_number|
assert_equal 4, line_number.size
Expand Down Expand Up @@ -126,7 +126,7 @@ def teardown

assert_match(/note in some_other directory/, output)

assert_equal 6, lines.size
assert_equal 7, lines.size

lines.each do |line_number|
assert_equal 4, line_number.size
Expand Down

0 comments on commit 137f3be

Please sign in to comment.