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

* test/rubygems/test_gem_request_set_lockfile.rb

(test_relative_path_from): driveletter support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-11-04 12:05:26 +00:00
parent 0eee6010d1
commit 7343f15302
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Nov 4 21:04:30 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_request_set_lockfile.rb
(test_relative_path_from): driveletter support.
Tue Nov 4 16:23:57 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/rubygems/test_gem_remote_fetcher.rb (RemoteFetcherCleanup):

View file

@ -646,7 +646,7 @@ DEPENDENCIES
def test_relative_path_from
path = @lockfile.relative_path_from '/foo', '/foo/bar'
assert_equal '/foo', path
assert_equal File.expand_path('/foo'), path
path = @lockfile.relative_path_from '/foo', '/foo'