spec/models/notification_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 not be valid without a user" do
Severity: Minor
Found in spec/models/notification_spec.rb by rubocop

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

      expect(notification).to_not be_valid
Severity: Minor
Found in spec/models/notification_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 be valid" do
Severity: Minor
Found in spec/models/notification_spec.rb by rubocop

There are no issues that match your filters.

Category
Status