* test/rubygems/test_gem_spec_fetcher.rb: Removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48d5694f7e
commit
d1e3c63245
@ -1,3 +1,7 @@
|
|||||||
|
Wed Mar 6 13:14:28 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* test/rubygems/test_gem_spec_fetcher.rb: Removed unused variable.
|
||||||
|
|
||||||
Wed Mar 6 08:10:15 2013 Eric Hodel <drbrain@segment7.net>
|
Wed Mar 6 08:10:15 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* test/rubygems/test_require.rb: Fix tests when 'a.rb' exists.
|
* test/rubygems/test_require.rb: Fix tests when 'a.rb' exists.
|
||||||
|
@ -245,7 +245,6 @@ class TestGemSpecFetcher < Gem::TestCase
|
|||||||
|
|
||||||
source = Gem::Source.new URI 'http://example'
|
source = Gem::Source.new URI 'http://example'
|
||||||
same_source = nil
|
same_source = nil
|
||||||
https_source = nil
|
|
||||||
|
|
||||||
use_ui @ui do
|
use_ui @ui do
|
||||||
same_source = @sf.upgrade_http_source source
|
same_source = @sf.upgrade_http_source source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user