1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Sort th result to compare multiple lines

The order of the lines is depend on Dir.glob's result.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-11-29 20:34:29 +00:00
parent d1d4490a57
commit e818b24c44

View file

@ -146,7 +146,7 @@ lib/foo.rb
#{Gem::ConfigMap[:archdir]}/default_gem.so
EOF
assert_equal expected, @ui.output
assert_equal expected.lines.sort, @ui.output.line.sort
assert_equal "", @ui.error
end