Skip to content

Commit

Permalink
Merge pull request rubygems#872 from matthewd/defer_test
Browse files Browse the repository at this point in the history
Fix the test I broke in rubygems#871
  • Loading branch information
drbrain committed Mar 31, 2014
2 parents 0a83392 + f50159b commit 2132dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rubygems/test_gem_resolver_api_set.rb
Expand Up @@ -73,13 +73,13 @@ def test_find_all_cache

set.prefetch [a_dep]

@fetcher.data.delete "#{@dep_uri}?gems=a"

expected = [
@DR::APISpecification.new(set, data.first)
]

assert_equal expected, set.find_all(a_dep)

@fetcher.data.delete "#{@dep_uri}?gems=a"
end

def test_find_all_local
Expand Down

0 comments on commit 2132dee

Please sign in to comment.