Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-507)(specs) fixup spelling
  • Loading branch information
ferventcoder committed Dec 16, 2015
2 parents df03b54 + 72e359d commit 6f0b7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
* should not have warning package result
* should not install a package in the lib directory

#### when installing a package with a dependent package that also depdends on a less constrained but still valid dependency of the same package
#### when installing a package with a dependent package that also depends on a less constrained but still valid dependency of the same package

* [PENDING] should contain a message that everything installed successfully
* [PENDING] should have a successful package result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ public void should_have_an_error_package_result()
}

[Concern(typeof(ChocolateyInstallCommand))]
public class when_installing_a_package_with_a_dependent_package_that_also_depdends_on_a_less_constrained_but_still_valid_dependency_of_the_same_package : ScenariosBase
public class when_installing_a_package_with_a_dependent_package_that_also_depends_on_a_less_constrained_but_still_valid_dependency_of_the_same_package : ScenariosBase
{
public override void Context()
{
Expand Down

0 comments on commit 6f0b7be

Please sign in to comment.