spec/features/admin/budget_investment_milestones_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      milestone = create(:budget_investment_milestone, investment: @investment, title: "Title will it remove")

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

      milestone = create(:budget_investment_milestone, investment: @investment)

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

      milestone = create(:budget_investment_milestone, investment: @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      visit admin_budget_budget_investment_path(@investment.budget, @investment)

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

      milestone = create(:budget_investment_milestone, investment: @investment, title: "Title will it remove")

There are no issues that match your filters.

Category
Status