Skip to content

Commit 1ffd9de

Browse files
committed
Rubocop fix
1 parent 4faf85b commit 1ffd9de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/models/user_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
let(:user) { create(:user) }
5454

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

0 commit comments

Comments
 (0)