To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDefault returns
As a test author
I want my test double to have some sensible defaults
so that I do not find myself writing redundant/obvious stub code
- Scenarios
-
- query? methods' default stubbing is false
-
- Given
- a new Dog test double
- Then
- invoking purebred? returns false
- And
- invoking walk_to(1,1) returns nil
Last published almost 7 years ago by searls.