spec/features/registration_form_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    expect(page).not_to have_content I18n.t("devise_views.users.registrations.new.username_is_available")

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

    expect(page).to have_content I18n.t("devise_views.users.registrations.new.username_is_not_available")

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

    expect(page).not_to have_content I18n.t("devise_views.users.registrations.new.username_is_not_available")

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

    expect(page).to have_content I18n.t("devise_views.users.registrations.new.username_is_available")

There are no issues that match your filters.

Category
Status