Skip to content

Commit

Permalink
Fix shared example name
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Nov 5, 2020
1 parent 60afe4c commit 5a9714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shared/default_rspec_language_config_context.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.shared_context 'with default AllCops.RSpec.Language config', :config do
RSpec.shared_context 'with default RSpec/Language config', :config do
# Deep duplication is needed to prevent config leakage between examples
let(:other_cops) do
default_language = RuboCop::ConfigLoader
Expand Down

0 comments on commit 5a9714e

Please sign in to comment.