push
2 of 14 new or added lines in 3 files covered. (14.29%)
3457 existing lines in 125 files now uncovered.2421 of 15655 relevant lines covered (15.46%)
1.24 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
|
× |