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 614d1d1 commit bc38f08Copy full SHA for bc38f08
lib/rubocop/rspec/language.rb
@@ -42,8 +42,10 @@ def on_new_investigation
42
def_node_matcher :hook?, block_pattern('#Hooks.all')
43
44
def_node_matcher :let?, <<-PATTERN
45
- {#{block_pattern('#Helpers.all')}
46
- (send #rspec? #Helpers.all _ block_pass)}
+ {
+ #{block_pattern('#Helpers.all')}
47
+ (send #rspec? #Helpers.all _ block_pass)
48
+ }
49
PATTERN
50
51
def_node_matcher :include?, <<-PATTERN
0 commit comments