spec/models/valuator_group_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Do not use should when describing your tests. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExampleWording)
Open

    it "should be valid" do
Severity: Minor
Found in spec/models/valuator_group_spec.rb by rubocop

Do not use should when describing your tests. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExampleWording)
Open

    it "should not be valid with the same name as an existing one" do
Severity: Minor
Found in spec/models/valuator_group_spec.rb by rubocop

Do not use should when describing your tests. (http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExampleWording)
Open

    it "should not be valid without a name" do
Severity: Minor
Found in spec/models/valuator_group_spec.rb by rubocop

There are no issues that match your filters.

Category
Status