push
0 of 1 new or added line in 1 file covered. (0.0%)
1529 existing lines in 63 files now uncovered.7 of 1711 relevant lines covered (0.41%)
0.0 hits per line
1 |
# This registrar handles the registration of various notification services.
|
|
UNCOV
2
|
module DispatchRider |
× |
UNCOV
3
|
module Registrars |
× |
UNCOV
4
|
class NotificationService < Base |
× |
UNCOV
5
|
def value(name, options = {}) |
× |
UNCOV
6
|
"DispatchRider::NotificationServices::#{name.to_s.camelize}".constantize.new(options)
|
× |
UNCOV
7
|
end
|
× |
UNCOV
8
|
end
|
× |
UNCOV
9
|
end
|
× |
UNCOV
10
|
end
|
× |