Skip to content

Commit

Permalink
minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle authored and drbrain committed Jan 24, 2014
1 parent 8c6fa4f commit 0dcdc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_resolver_api_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_initialize_deeper_uri

assert_equal URI('https://rubygemsserver.com/mygems/api/v1/dependencies'), set.dep_uri
assert_equal URI('https://rubygemsserver.com/mygems/'), set.uri
assert_equal Gem::Source.new(URI('https://rubygemsserver.com/mygems')), set.source
assert_equal Gem::Source.new(URI('https://rubygemsserver.com/mygems/')), set.source
end

def test_initialize_uri
Expand Down

0 comments on commit 0dcdc76

Please sign in to comment.