Add RSpec/ExcessiveDocstringSpacing rubocop rule

This rule was added in rubocop-rspec 2.5.0.
This commit is contained in:
Javi Martín
2023-08-29 18:53:40 +02:00
parent a12cf85423
commit 4fc4afa3a7
7 changed files with 13 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ describe ScoreCalculator do
expect(ScoreCalculator.hot_score(resource)).to eq 1
end
it "ignores setting with negative value " do
it "ignores setting with negative value" do
Setting["hot_score_period_in_days"] = -1
expect(ScoreCalculator.hot_score(resource)).to eq 1