Skip to content

Commit

Permalink
fix build broken by 07e422f.
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Feb 15, 2016
1 parent cfd6191 commit 218dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/plugin_test_runner_test.rb
Expand Up @@ -63,7 +63,7 @@ def test_output_inline_by_default
create_test_file 'post', pass: false create_test_file 'post', pass: false


output = run_test_command('test/post_test.rb') output = run_test_command('test/post_test.rb')
expect = %r{Running:\n\nPostTest\nF\n\nFailure:\nPostTest#test_truth:\nwups!\n\nbin/test (/private)?#{plugin_path}/test/post_test.rb:6} expect = %r{Running:\n\nPostTest\nF\n\nFailure:\nPostTest#test_truth \[[^\]]+test/post_test.rb:6\]:\nwups!\n\nbin/test (/private)?#{plugin_path}/test/post_test.rb:4}
assert_match expect, output assert_match expect, output
end end


Expand Down

0 comments on commit 218dc0a

Please sign in to comment.