We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some times people stub helper methods in the object they are testing, but that's a test smell and often indicate a bad design on the object itself.
RSpec/SubjectStub cop flags allow and expect on the subject
RSpec/SubjectStub
The text was updated successfully, but these errors were encountered:
Discourage stubbing the subject
ed7b1bb
Resolves #32
13b7d01
pirj
No branches or pull requests
Some times people stub helper methods in the object they are testing, but that's a test smell and often indicate a bad design on the object itself.
RSpec/SubjectStub
cop flags allow and expect on the subjectThe text was updated successfully, but these errors were encountered: