Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
`beAMockOf()` -> `beADoubleOf()`
  • Loading branch information
whatthejeff committed May 22, 2013
1 parent 8317f7f commit 5f424d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Let and Let Go
{
function let($die)
{
$die->beAMockOf('Die');
$die->beADoubleOf('Die');
$this->beConstructedWith($die);
}

Expand Down

0 comments on commit 5f424d9

Please sign in to comment.