diff --git a/spec/views/shared/_one_time_code_input.html.erb_spec.rb b/spec/views/shared/_one_time_code_input.html.erb_spec.rb index 39e5286e464..92b97abda0d 100644 --- a/spec/views/shared/_one_time_code_input.html.erb_spec.rb +++ b/spec/views/shared/_one_time_code_input.html.erb_spec.rb @@ -102,7 +102,6 @@ describe 'maxlength' do context 'no maxlength given' do it 'renders input maxlength DIRECT_OTP_LENGTH' do - puts rendered expect(rendered).to have_selector( "[maxlength=\"#{TwoFactorAuthenticatable::DIRECT_OTP_LENGTH}\"]", )