Skip to content

Commit

Permalink
Broke up extremely long assert comment.
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/trunk@657 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
jimweirich committed Dec 4, 2004
1 parent 187afc5 commit 28438b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rubygems/test/test_cache.rb
Expand Up @@ -31,7 +31,11 @@ def test_search_with_full_gem_name_and_wrong_version_returns_nothing

def test_search_with_full_gem_name_in_mixed_case_returns_gem
gems = Gem::Cache.new(@sample_cache).search("FOo")
assert_equal(gems.size, 1, "This is failing because we have duplication between remote_installer and cache.rb. We should factor remote_installer's search logic out into cache.rb's search and delegate from remote_installer to cache.rb")
assert_equal(gems.size, 1,
%{This is failing because we have duplication between remote_installer and } +
%{source_index.rb. We should factor remote_installer's search logic out } +
%{into source_index.rb's search and delegate from remote_installer to } +
%{source_index.rb})
end

def setup
Expand Down

0 comments on commit 28438b4

Please sign in to comment.