spec/features/verification/level_three_verification_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [124/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    expect(page).to have_content "Thank you for requesting your maximum security code (only required for the final votes)."\

Line is too long. [102/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    expect(page).to have_content 'We have sent a confirmation email to your account: rock@example.com'

Line is too long. [108/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    sent_token = /.*email_verification_token=(.*)".*/.match(ActionMailer::Base.deliveries.last.body.to_s)[1]

Line is too long. [119/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

                                 " In a few days we will send it to the address featuring in the data we have on file."

There are no issues that match your filters.

Category
Status