spec/features/account_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    expect(page).to have_content "Goodbye! Your account has been cancelled. We hope to see you again soon."
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

      expect(@user.recommended_debates).to be(false)
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

    create(:organization, user: @user, name: "Manuela Corp")
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

    login_through_form_as(@user)
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

      @user.reload
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

    create(:organization, user: @user, name: "Manuela Corp")
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

    login_as(@user)
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

Use let instead of an instance variable. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/InstanceVariable)
Open

      expect(@user.recommended_proposals).to be(false)
Severity: Minor
Found in spec/features/account_spec.rb by rubocop

There are no issues that match your filters.

Category
Status