spec/features/verification/email_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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. [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'

There are no issues that match your filters.

Category
Status