push
0 of 1 new or added line in 1 file covered. (0.0%)
6593 existing lines in 123 files now uncovered.2413 of 15669 relevant lines covered (15.4%)
1.24 hits per line
UNCOV
1
|
class Notification < ApplicationRecord |
× |
UNCOV
2
|
validates :subject, presence: true |
× |
UNCOV
3
|
validates :description, presence: true |
× |
UNCOV
4
|
validates :expiration_date, presence: true |
× |
UNCOV
5
|
belongs_to :course
|
× |
UNCOV
6
|
has_many :track_notifications, dependent: :destroy |
× |
UNCOV
7
|
end
|
× |