Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
57a561db
Commit
57a561db
authored
Aug 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cop description
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
7e3ff5a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.rubocop.yml
.rubocop.yml
+2
-3
No files found.
.rubocop.yml
View file @
57a561db
...
@@ -1045,7 +1045,7 @@ RSpec/BeforeAfterAll:
...
@@ -1045,7 +1045,7 @@ RSpec/BeforeAfterAll:
RSpec/DescribeClass
:
RSpec/DescribeClass
:
Enabled
:
false
Enabled
:
false
#
Use `described_class` for tested clas
s
/
m
odule
.
#
Checks that the second argument to `describe` specifie
s
a
m
ethod
.
RSpec/DescribeMethod
:
RSpec/DescribeMethod
:
Enabled
:
false
Enabled
:
false
...
@@ -1053,8 +1053,7 @@ RSpec/DescribeMethod:
...
@@ -1053,8 +1053,7 @@ RSpec/DescribeMethod:
RSpec/DescribeSymbol
:
RSpec/DescribeSymbol
:
Enabled
:
true
Enabled
:
true
# Checks that the second argument to top level describe is the tested method
# Checks that tests use `described_class`.
# name.
RSpec/DescribedClass
:
RSpec/DescribedClass
:
Enabled
:
true
Enabled
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment