Add and apply RSpec/Rails/InferredSpecType rule

This rule was added in rubocop-rspec 2.14.0.
This commit is contained in:
Javi Martín
2023-09-06 15:45:40 +02:00
parent 8e276e2891
commit 05757c7f02
14 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
require "rails_helper"
RSpec.describe Identity, type: :model do
RSpec.describe Identity do
let(:identity) { build(:identity) }
it "is valid" do