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