Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (specs) LocalOnly logic moved closer to call
  • Loading branch information
ferventcoder committed Jun 29, 2015
2 parents 563debb + 0e85b59 commit c30b3a1
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 c30b3a1

Please sign in to comment.