aboutsummaryrefslogtreecommitdiffstats
path: root/test/rake
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 12:53:08 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 12:53:08 +0000
commitd346b26be43140e8fb26f9e0cf8ea2793ba925ed (patch)
tree9b87b7bbf35c4fd915051b8cffc1fb1488f61205 /test/rake
parentd980b8f61a7126ea75a4f64d5343c4a5218feb16 (diff)
downloadruby-d346b26be43140e8fb26f9e0cf8ea2793ba925ed.tar.gz
* test/rake/test_application.rb: update a test because of r28089.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rake')
-rw-r--r--test/rake/test_application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rake/test_application.rb b/test/rake/test_application.rb
index 77f9859b24..9158689e65 100644
--- a/test/rake/test_application.rb
+++ b/test/rake/test_application.rb
@@ -438,7 +438,7 @@ class Rake::TestApplicationOptions < Test::Unit::TestCase
flags(['--require', File.expand_path('../missing', __FILE__)]) do |opts|
end
end
- assert_match(/no such file/, ex.message)
+ assert_match(/cannot load such file/, ex.message)
assert_match(/#{File.basename(File.dirname(__FILE__))}\/missing/, ex.message)
end