push
circleci
3494 of 6282 relevant lines covered (55.62%)
40.18 hits per line
1 |
module ActiveFedora |
× |
2 |
module Associations |
× |
3 |
class SingularRDF < RDF #:nodoc: |
× |
4 |
def replace(value) |
× |
5 |
super(Array(value))
|
× |
6 |
end
|
× |
7 |
|
|
8 |
def reader |
× |
9 |
super.first
|
× |
10 |
end
|
× |
11 |
end
|
× |
12 |
end
|
× |
13 |
end
|
× |