Module: RuboCop::Cop::RSpec::MultipleExpectationsAutoCorrect

Defined in:
lib/rubocop/cop/rspec/multiple_expectations_auto_correct.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



9
10
11
# File 'lib/rubocop/cop/rspec/multiple_expectations_auto_correct.rb', line 9

def self.prepended(base)
  base.extend(AutoCorrector)
end