push
travis-ci
6 of 6 new or added lines in 1 file covered. (100.0%)
567 of 582 relevant lines covered (97.42%)
118.9 hits per line
1 |
module ActiveRecord |
12✔ |
2 |
module Futures |
12✔ |
3 |
class FutureCalculationValue < FutureCalculation |
12✔ |
4 |
fetch_with(:value)
|
12✔ |
5 |
|
|
6 |
def inspect |
12✔ |
7 |
value.inspect |
× |
8 |
end
|
|
9 |
end
|
|
10 |
end
|
|
11 |
end
|