Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save stijnmoreels/50b4e18e9e322dd9243de090f874623b to your computer and use it in GitHub Desktop.

Select an option

Save stijnmoreels/50b4e18e9e322dd9243de090f874623b to your computer and use it in GitHub Desktop.
[Fact]
public void Potato_DailyShadySunlight_Grows()
{
var context = PlantTestContext.GivenPotato();
context.WhenDailySunlight(Sunlight.Shady);
context.ShouldGrow();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment