github
82 of 84 new or added lines in 10 files covered. (97.62%)
1591 of 1651 relevant lines covered (96.37%)
162.65 hits per line
|
module Unleash |
12✔ |
|
module Bootstrap |
12✔ |
|
class NotImplemented < RuntimeError |
12✔ |
4 |
end
|
|
5 |
|
|
|
class Base |
12✔ |
|
def read |
12✔ |
NEW
|
raise NotImplemented, "Bootstrap is not implemented" |
× |
9 |
end
|
|
10 |
end
|
|
11 |
end
|
|
12 |
end
|