Class: RubyLsp::Listeners::SpecStyle

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_lsp/ruby_lsp_rspec/spec_style_patch.rb

Overview

Patching this listener so it doesn't generate test items for RSpec tests

Instance Method Summary collapse

Constructor Details

#initialize(response_builder, global_state, dispatcher, uri) ⇒ SpecStyle

: (ResponseBuilders::TestCollection, GlobalState, Prism::Dispatcher, URI::Generic) -> void



9
10
11
# File 'lib/ruby_lsp/ruby_lsp_rspec/spec_style_patch.rb', line 9

def initialize(response_builder, global_state, dispatcher, uri)
  # nop
end