spec/models/budget/investment/milestone_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Don't repeat examples within an example group. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedExample)
Open

    it "is valid without description if status is present" do
      milestone.description = nil
      expect(milestone).to be_valid
    end

Don't repeat examples within an example group. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RepeatedExample)
Open

    it "is valid without a description if status is present" do
      milestone.description = nil
      expect(milestone).to be_valid
    end

There are no issues that match your filters.

Category
Status