mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
d980b8f61a
commit
d346b26be4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun May 30 21:51:59 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* test/rake/test_application.rb: update a test because of r28089.
|
||||
|
||||
Sun May 30 21:48:07 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil to
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue