Skip to content

Commit

Permalink
type rspec_cops
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhacaz committed Dec 19, 2023
1 parent 1650af8 commit dd482af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
Kernel.srand config.seed

config.define_derived_metadata(file_path: %r{/spec/rubocop/cop/rspec/}) do |metadata|
metadata[:type] = :rspec_cop
metadata[:type] = :rspec_cops
end

config.include_context 'with default RSpec/Language config', type: :rspec_cop
config.include_context 'with default RSpec/Language config', type: :rspec_cops
end

0 comments on commit dd482af

Please sign in to comment.