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
Given this method:
def foo(bar: true) end
This spec will be generated.
describe '#foo' do it 'foo' do bar:true = double('bar:true') result = object.foo(bar:true) expect(result).not_to be_nil end end
Obviously the spec will cause a syntax error.
The text was updated successfully, but these errors were encountered:
yup - that ain't the only one. Wait till you run across a splat operator.
Sorry, something went wrong.
tjchambers
No branches or pull requests
Given this method:
This spec will be generated.
Obviously the spec will cause a syntax error.
The text was updated successfully, but these errors were encountered: