Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created December 6, 2022 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoryyoung/0ffc54f0157767d3c515f281cb974498 to your computer and use it in GitHub Desktop.
Save gregoryyoung/0ffc54f0157767d3c515f281cb974498 to your computer and use it in GitHub Desktop.
public class the_inventory_changes_name {
public void Given() {
}
public override void When() {
}
[Test]
pulic void the_name_is changed() {
Assert.Pass();
}
[Test]
pulic void the_check_for_bad_words_passes() {
Assert.Pass();
}
[Test]
public void the_check_for_duplicates_passes() {
Assert.Pass();
}
[Test]
public void the_spelling_check_passes() {
Assert.Pass();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment