push
13 of 240 new or added lines in 58 files covered. (5.42%)
3638 existing lines in 134 files now uncovered.1951 of 15719 relevant lines covered (12.41%)
0.27 hits per line
UNCOV
1
|
class TrackNotification < ApplicationRecord |
× |
2 |
# attr_accessible :notification
|
|
UNCOV
3
|
validates :notification_id, presence: true |
× |
UNCOV
4
|
validates :user_id, presence: true |
× |
UNCOV
5
|
belongs_to :notification
|
× |
UNCOV
6
|
belongs_to :user
|
× |
UNCOV
7
|
end
|
× |