-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
To start off the Mocha section (#37) I would propose these as recommended configuration settings:
Mocha.configure do |c|
c.stubbing_method_on_nil = :prevent
c.stubbing_non_existent_method = :prevent
c.stubbing_non_public_method = :prevent
end
The first two can prevent subtle bugs which may cause false passes.
The third encourages better design by avoiding tests having knowledge of private implementation details.
bbatsov
Metadata
Metadata
Assignees
Labels
No labels