spec/features/translations_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

        expect(page).to have_field('budget_investment_milestone_description_es', with: 'Descripción en Español')
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      @edit_milestone_url = edit_admin_budget_budget_investment_budget_investment_milestone_path(investment.budget, investment, milestone)
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      expect(page).to have_field('budget_investment_milestone_description_fr', with: 'Description en Français')
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

        visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

        visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      expect(page).to have_field('budget_investment_milestone_description_es', with: 'Descripción en Español')
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      expect(page).to have_field('budget_investment_milestone_description_en', with: 'Description in English')
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

        visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

        expect(page).to have_field('budget_investment_milestone_description_en', with: 'Description in English')
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

      visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

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

        visit @edit_milestone_url
Severity: Minor
Found in spec/features/translations_spec.rb by rubocop

There are no issues that match your filters.

Category
Status