spec/models/valuator_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Prefer not_to over to_not. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/NotToNot)
Open

      expect(assigned_investment_ids).to_not include investment3.id
Severity: Minor
Found in spec/models/valuator_spec.rb by rubocop

Prefer not_to over to_not. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/NotToNot)
Open

      expect(assigned_investment_ids).to_not include investment3.id
Severity: Minor
Found in spec/models/valuator_spec.rb by rubocop

There are no issues that match your filters.

Category
Status