Skip to content

Commit

Permalink
Unrelated lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Dec 19, 2023
1 parent 53b4816 commit 35c19c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/models/provider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
subject { create(:provider) }

it { is_expected.to validate_presence_of(:provider_code) }
it { is_expected.to validate_uniqueness_of(:provider_code).case_insensitive }
it do
is_expected.to validate_uniqueness_of(:provider_code).case_insensitive
end
end
end

0 comments on commit 35c19c9

Please sign in to comment.