spec/models/abilities/valuator_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  let(:finished_assigned_investment) { create(:budget_investment, budget: create(:budget, phase: 'finished')) }

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

  let(:assigned_investment) { create(:budget_investment, budget: create(:budget, phase: 'valuating')) }

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

  let(:group_assigned_investment) { create(:budget_investment, budget: create(:budget, phase: 'valuating')) }

There are no issues that match your filters.

Category
Status