Skip to content

Instantly share code, notes, and snippets.

@RiverGlide
Created February 11, 2016 10:33
Show Gist options
  • Save RiverGlide/a661393fa117320b2aa6 to your computer and use it in GitHub Desktop.
Save RiverGlide/a661393fa117320b2aa6 to your computer and use it in GitHub Desktop.
@Given(“James starts with one item in his todo list”)
public void start_with_one_todo(){
james.attemptsTo(
Start.withAnEmptyTodoList(),
AddATodoItem.called(“Buy some milk”)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment