Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Jan 26, 2024
1 parent 4faf85b commit 1ffd9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
let(:user) { create(:user) }

context 'with same email address as previously deleted account' do
it 'will allow users to register later' do
it 'allows users to register later' do
user1 = build(:user)
user1.save

Expand Down

0 comments on commit 1ffd9de

Please sign in to comment.