cron
travis-ci
94 of 139 relevant lines covered (67.63%)
2.03 hits per line
1 |
module Hydra::PCDM |
3 all except jruby-9.1.8.0 ✔ |
2 |
class CollectionIndexer < PCDMIndexer |
3 all except jruby-9.1.8.0 ✔ |
3 |
def generate_solr_document |
3 all except jruby-9.1.8.0 ✔ |
4 |
super.tap do |solr_doc| |
× |
5 |
solr_doc[Config.indexing_collection_ids_key] = object.ordered_collection_ids
|
× |
6 |
end
|
|
7 |
end
|
|
8 |
end
|
|
9 |
end
|