Skip to content
Snippets Groups Projects
Unverified Commit cf98bd6c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6846 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-1.37.1

build: bump rubocop-rspec from 1.37.0 to 1.37.1 in /Library/Homebrew
parents 4973f670 4a7a16e3
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -11,7 +11,7 @@ module RuboCop
#
# # better
# thing = Thing.new(baz: 42)
# allow(foo).to receive(bar: thing)
# allow(foo).to receive(:bar).and_return(thing)
#
class MessageChain < Cop
MSG = 'Avoid stubbing using `%<method>s`.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment