DEV: Update the rubocop setup (#20668)

This commit is contained in:
Jarek Radosz
2023-03-14 11:42:11 +01:00
committed by GitHub
parent f75afc0979
commit bb317bd554
5 changed files with 7 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ RSpec.describe Report do
let(:report) { Report.find(pluralized) }
context "no #{pluralized}" do
context "with no #{pluralized}" do
it "returns an empty report" do
expect(report.data).to be_blank
end