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 7d926e7 commit c0e61a2Copy full SHA for c0e61a2
lib/rubocop/rspec/language.rb
@@ -6,8 +6,8 @@ module RSpec
6
#
7
# RSpec allows for configuring aliases for commonly used DSL elements, e.g.
8
# example groups and hooks. It is possible to configure RuboCop RSpec to
9
- # be able to properly detect these elements in the `RSpec/Language` section of the
10
- # RuboCop YAML configuration file.
+ # be able to properly detect these elements in the `RSpec/Language` section
+ # of the RuboCop YAML configuration file.
11
12
# In addition to providing useful matchers, this class is responsible for
13
# using the configured aliases.
0 commit comments