We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17724ce commit f4466c9Copy full SHA for f4466c9
lib/rubocop/cop/rspec/output.rb
@@ -2,7 +2,7 @@
2
3
module RuboCop
4
module Cop
5
- # NOTE: This is the same as the `Rails/Output` cop with minor changes.
+ # NOTE: Originally based on the `Rails/Output` cop.
6
module RSpec
7
# Checks for the use of output calls like puts and print in specs.
8
#
0 commit comments