Skip to content

Typo in Method Stubs README section

gitlab-qa-bot requested to merge github/fork/danfinnie/patch-1 into master

Created by: danfinnie

s/stub/double/g for the example for "This is particularly nice when providing a list of test doubles to a method that iterates through them."

It was using stub(:price => 5) when I think it meant double(:price => 5).

Merge request reports