From 5f63cad355e7736acaefab3c40266d033f67a4b8 Mon Sep 17 00:00:00 2001 From: chrismo Date: Fri, 17 Jun 2016 16:48:13 -0500 Subject: Rename UpdateOptions=>DependencySearch --- spec/resolver/basic_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spec/resolver') diff --git a/spec/resolver/basic_spec.rb b/spec/resolver/basic_spec.rb index c82b7ee8..99ffb429 100644 --- a/spec/resolver/basic_spec.rb +++ b/spec/resolver/basic_spec.rb @@ -177,5 +177,13 @@ describe "Resolving" do # minimal option altogether. If that's what you need, use the Gemfile dependency. should_consv_resolve_and_include [:minor, :minimal], [], %w(foo-1.4.4 bar-2.0.4) end + + it 'will not revert to a previous version' + + it 'has taken care of all MODOs' + + it 'has moved DependencySearch into its own file' + + it 'has moved search_for impl out of Resolver into DependencySearch' # method called by Molinillo, but bulk can go off to dep_search end end -- cgit v1.2.3