Skip to content
Snippets Groups Projects
Unverified Commit 4a7a16e3 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew vendor-gems: commit updates.

parent 53986e9b
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