Created
June 7, 2011 08:59
-
-
Save danlucraft/1011922 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/test/test_rake_application.rb b/test/test_rake_application.rb | |
index 4a99cf6..a0910c9 100644 | |
--- a/test/test_rake_application.rb | |
+++ b/test/test_rake_application.rb | |
@@ -321,7 +321,7 @@ class TestRakeApplication < Rake::TestCase | |
ARGV << '-f' << '-s' << '--rakelib=""' | |
assert_raises(SystemExit) { | |
_, err = capture_io { @app.run } | |
- assert_match(/see full trace/, err) | |
+ assert_match(/WOOO/, err) | |
} | |
ensure | |
ARGV.clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment