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
UNCOV
1
|
require 'ostruct'
|
× |
2 |
|
|
UNCOV
3
|
module DispatchRider |
× |
UNCOV
4
|
module Registrars |
× |
UNCOV
5
|
class PublishingDestination < Base |
× |
UNCOV
6
|
def value(name, options = {}) |
× |
UNCOV
7
|
::OpenStruct.new(:service => options[:service], :channel => options[:channel]) |
× |
UNCOV
8
|
end
|
× |
UNCOV
9
|
end
|
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
end
|
× |