spec/models/budget/heading_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      expect(build(:budget_heading, group: create(:budget_group, budget: budget), name: 'object name')).not_to be_valid
Severity: Minor
Found in spec/models/budget/heading_spec.rb by rubocop

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

      expect(create(:budget_heading, group: group, name: 'Population is nil', population: nil)).to be_valid
Severity: Minor
Found in spec/models/budget/heading_spec.rb by rubocop

There are no issues that match your filters.

Category
Status