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 is the registrar for the Aws SNS channels.
|
|
|
UNCOV
2
|
module DispatchRider |
× |
|
UNCOV
3
|
module Registrars |
× |
|
UNCOV
4
|
class SnsChannel < Base |
× |
|
UNCOV
5
|
def value(name, options = {}) |
× |
|
UNCOV
6
|
"arn:aws:sns:#{options[:region]}:#{options[:account]}:#{options[:topic]}"
|
× |
|
UNCOV
7
|
end
|
× |
|
UNCOV
8
|
end
|
× |
|
UNCOV
9
|
end
|
× |
|
UNCOV
10
|
end
|
× |