diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-08-15 14:17:08 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-08-15 14:17:08 +0200 |
commit | 5c6e11d6b89444eefcb12e24d5419dadefdea1ba (patch) | |
tree | d891c6a91fd38bd01fdffbd62824993e692e4142 /railties/test/application | |
parent | bd493b954c67f52354761da0c7abee9a468b4e0c (diff) | |
download | rails-5c6e11d6b89444eefcb12e24d5419dadefdea1ba.tar.gz rails-5c6e11d6b89444eefcb12e24d5419dadefdea1ba.tar.bz2 rails-5c6e11d6b89444eefcb12e24d5419dadefdea1ba.zip |
fix build error caused by #11900.
Diffstat (limited to 'railties/test/application')
-rw-r--r-- | railties/test/application/rake/notes_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb index 46ed500167..01d751e822 100644 --- a/railties/test/application/rake/notes_test.rb +++ b/railties/test/application/rake/notes_test.rb @@ -52,7 +52,7 @@ module ApplicationTests assert_match(/note in less/, output) assert_match(/note in rake/, output) - assert_equal 10, lines.size + assert_equal 11, lines.size lines.each do |line| assert_equal 4, line[0].size |