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 FileSystem channels, basically storing paths
|
|
2 |
|
|
UNCOV
3
|
module DispatchRider |
× |
UNCOV
4
|
module Registrars |
× |
UNCOV
5
|
class FileSystemChannel < Base |
× |
UNCOV
6
|
def value(name, options = {}) |
× |
UNCOV
7
|
File.expand_path(options[:path]) |
× |
UNCOV
8
|
end
|
× |
UNCOV
9
|
end
|
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
end
|
× |