Skip to content

Commit

Permalink
(specs) LocalOnly logic moved closer to call
Browse files Browse the repository at this point in the history
This should be reimplemented in NugetService once specs are available.
  • Loading branch information
ferventcoder committed Jun 29, 2015
1 parent 3c12763 commit 0e85b59
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ public void should_leave_source_as_set()
because();
configuration.Sources.ShouldEqual(source);
}

[Fact]
public void should_set_source_to_local_location_when_localonly_is_true()
{
configuration.ListCommand.LocalOnly = true;
because();
configuration.Sources.ShouldEqual(ApplicationParameters.PackagesLocation);
}
}

public class when_noop_is_called : ChocolateyListCommandSpecsBase
Expand Down

0 comments on commit 0e85b59

Please sign in to comment.