Exemplo n.º 1
0
 public void finds_each_nuget_at_the_specified_version()
 {
     theFeed.Find(new Dependency("FubuCore", "0.9.9.9")).ShouldNotBeNull();
     theFeed.Find(new Dependency("FubuCore", "1.0.0.0")).ShouldNotBeNull();
     theFeed.Find(new Dependency("Bottles", "1.0.0.0")).ShouldNotBeNull();
 }