blacklight-spotlight 3.2.0 → 3.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (352) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/app/assets/stylesheets/spotlight/_breadcrumbs.scss +2 -4
  4. data/app/builders/spotlight/bootstrap_breadcrumbs_builder.rb +2 -2
  5. data/app/controllers/concerns/spotlight/controller.rb +13 -12
  6. data/app/controllers/spotlight/attachments_controller.rb +1 -1
  7. data/app/controllers/spotlight/custom_search_fields_controller.rb +1 -1
  8. data/app/controllers/spotlight/pages_controller.rb +2 -2
  9. data/app/controllers/spotlight/roles_controller.rb +1 -1
  10. data/app/controllers/spotlight/searches_controller.rb +6 -1
  11. data/app/helpers/spotlight/application_helper.rb +1 -1
  12. data/app/helpers/spotlight/main_app_helpers.rb +1 -1
  13. data/app/helpers/spotlight/pages_helper.rb +12 -0
  14. data/app/helpers/spotlight/title_helper.rb +0 -2
  15. data/app/mailers/spotlight/confirmation_mailer.rb +2 -1
  16. data/app/models/sir_trevor_rails/block.rb +85 -0
  17. data/app/models/sir_trevor_rails/blocks/displayable.rb +1 -1
  18. data/app/models/spotlight/contact_email.rb +1 -1
  19. data/app/models/spotlight/page_configurations.rb +1 -1
  20. data/app/models/spotlight/page_content/sir_trevor.rb +13 -4
  21. data/app/models/translation.rb +18 -0
  22. data/app/services/spotlight/exhibit_import_export_service.rb +1 -1
  23. data/app/views/shared/_site_sidebar.html.erb +1 -1
  24. data/app/views/spotlight/catalog/admin.html.erb +1 -1
  25. data/app/views/spotlight/confirmation_mailer/confirmation_instructions.html.erb +3 -3
  26. data/app/views/spotlight/exhibits/_import.html.erb +1 -1
  27. data/app/views/spotlight/exhibits/_languages.html.erb +2 -2
  28. data/app/views/spotlight/filters/_form.html.erb +1 -1
  29. data/app/views/spotlight/resources/upload/_form.html.erb +1 -1
  30. data/app/views/spotlight/search_configurations/_document_index_view_types.html.erb +1 -1
  31. data/app/views/spotlight/search_configurations/_facet_metadata.html.erb +4 -2
  32. data/app/views/spotlight/search_configurations/_facets.html.erb +1 -1
  33. data/app/views/spotlight/searches/_form.html.erb +1 -1
  34. data/app/views/spotlight/sir_trevor/blocks/_video_block.html.erb +5 -0
  35. data/app/views/spotlight/translations/_browse_categories.html.erb +1 -1
  36. data/app/views/spotlight/translations/_groups.html.erb +1 -1
  37. data/app/views/spotlight/translations/_import.html.erb +1 -1
  38. data/app/views/spotlight/translations/_metadata.html.erb +1 -1
  39. data/app/views/spotlight/translations/_search_fields.html.erb +1 -1
  40. data/config/i18n-tasks.yml +2 -1
  41. data/config/locales/spotlight.de.yml +40 -0
  42. data/config/locales/spotlight.en.yml +12 -3
  43. data/lib/generators/spotlight/install_generator.rb +40 -2
  44. data/lib/generators/spotlight/templates/config/initializers/translation.rb +15 -13
  45. data/lib/generators/spotlight/templates/solr/config/schema.xml +32 -50
  46. data/lib/generators/spotlight/templates/solr/config/solrconfig.xml +14 -12
  47. data/lib/spotlight/engine.rb +4 -2
  48. data/lib/spotlight/version.rb +1 -1
  49. data/lib/tasks/spotlight_tasks.rake +40 -5
  50. metadata +110 -621
  51. data/lib/generators/spotlight/templates/config/initializers/sir_trevor_rails.rb +0 -10
  52. data/spec/controllers/application_controller_spec.rb +0 -30
  53. data/spec/controllers/spotlight/about_pages_controller_spec.rb +0 -241
  54. data/spec/controllers/spotlight/admin_users_controller_spec.rb +0 -53
  55. data/spec/controllers/spotlight/appearances_controller_spec.rb +0 -88
  56. data/spec/controllers/spotlight/application_controller_spec.rb +0 -11
  57. data/spec/controllers/spotlight/attachments_controller_spec.rb +0 -28
  58. data/spec/controllers/spotlight/browse_controller_spec.rb +0 -133
  59. data/spec/controllers/spotlight/bulk_actions_controller_spec.rb +0 -124
  60. data/spec/controllers/spotlight/bulk_updates_controller_spec.rb +0 -77
  61. data/spec/controllers/spotlight/catalog_controller_spec.rb +0 -552
  62. data/spec/controllers/spotlight/confirmations_controller_spec.rb +0 -38
  63. data/spec/controllers/spotlight/contact_email_controller_spec.rb +0 -65
  64. data/spec/controllers/spotlight/contact_forms_controller_spec.rb +0 -38
  65. data/spec/controllers/spotlight/contacts_controller_spec.rb +0 -103
  66. data/spec/controllers/spotlight/custom_fields_controller_spec.rb +0 -62
  67. data/spec/controllers/spotlight/custom_search_fields_controller_spec.rb +0 -62
  68. data/spec/controllers/spotlight/dashboards_controller_spec.rb +0 -68
  69. data/spec/controllers/spotlight/exhibits_controller_spec.rb +0 -216
  70. data/spec/controllers/spotlight/feature_pages_controller_spec.rb +0 -251
  71. data/spec/controllers/spotlight/featured_images_controller_spec.rb +0 -77
  72. data/spec/controllers/spotlight/filters_controller_spec.rb +0 -72
  73. data/spec/controllers/spotlight/groups_controller_spec.rb +0 -103
  74. data/spec/controllers/spotlight/home_pages_controller_spec.rb +0 -126
  75. data/spec/controllers/spotlight/job_trackers_controller_spec.rb +0 -37
  76. data/spec/controllers/spotlight/languages_controller_spec.rb +0 -70
  77. data/spec/controllers/spotlight/metadata_configurations_controller_spec.rb +0 -93
  78. data/spec/controllers/spotlight/pages_controller_spec.rb +0 -50
  79. data/spec/controllers/spotlight/resources/csv_upload_controller_spec.rb +0 -71
  80. data/spec/controllers/spotlight/resources/upload_controller_spec.rb +0 -55
  81. data/spec/controllers/spotlight/resources_controller_spec.rb +0 -85
  82. data/spec/controllers/spotlight/roles_controller_spec.rb +0 -141
  83. data/spec/controllers/spotlight/search_configurations_controller_spec.rb +0 -141
  84. data/spec/controllers/spotlight/searches_controller_spec.rb +0 -195
  85. data/spec/controllers/spotlight/sites_controller_spec.rb +0 -67
  86. data/spec/controllers/spotlight/solr_controller_spec.rb +0 -116
  87. data/spec/controllers/spotlight/tags_controller_spec.rb +0 -56
  88. data/spec/controllers/spotlight/translations_controller_spec.rb +0 -132
  89. data/spec/controllers/spotlight/versions_controller_spec.rb +0 -56
  90. data/spec/controllers/spotlight/view_configurations_controller_spec.rb +0 -35
  91. data/spec/examples.txt +0 -1506
  92. data/spec/factories/bulk_updates.rb +0 -21
  93. data/spec/factories/contact_emails.rb +0 -8
  94. data/spec/factories/contact_images.rb +0 -8
  95. data/spec/factories/contacts.rb +0 -11
  96. data/spec/factories/custom_fields.rb +0 -9
  97. data/spec/factories/custom_search_fields.rb +0 -9
  98. data/spec/factories/exhibit_thumbnails.rb +0 -8
  99. data/spec/factories/exhibits.rb +0 -17
  100. data/spec/factories/featured_images.rb +0 -16
  101. data/spec/factories/group.rb +0 -17
  102. data/spec/factories/job_trackers.rb +0 -11
  103. data/spec/factories/language.rb +0 -8
  104. data/spec/factories/main_navigation.rb +0 -9
  105. data/spec/factories/pages.rb +0 -34
  106. data/spec/factories/resources.rb +0 -14
  107. data/spec/factories/roles.rb +0 -9
  108. data/spec/factories/searches.rb +0 -33
  109. data/spec/factories/tags.rb +0 -14
  110. data/spec/factories/translation.rb +0 -8
  111. data/spec/factories/users.rb +0 -50
  112. data/spec/features/about_page_spec.rb +0 -46
  113. data/spec/features/add_contacts_spec.rb +0 -63
  114. data/spec/features/add_custom_field_metadata_spec.rb +0 -88
  115. data/spec/features/add_iiif_manifest_spec.rb +0 -46
  116. data/spec/features/add_items_spec.rb +0 -135
  117. data/spec/features/autocomplete_typeahead_spec.rb +0 -88
  118. data/spec/features/browse_category_admin_spec.rb +0 -163
  119. data/spec/features/browse_category_navigation_spec.rb +0 -44
  120. data/spec/features/browse_category_spec.rb +0 -158
  121. data/spec/features/bulk_actions_spec.rb +0 -72
  122. data/spec/features/catalog_spec.rb +0 -57
  123. data/spec/features/confirm_email_spec.rb +0 -21
  124. data/spec/features/create_exhibit_spec.rb +0 -65
  125. data/spec/features/create_page_spec.rb +0 -21
  126. data/spec/features/dashboard_spec.rb +0 -34
  127. data/spec/features/edit_contact_spec.rb +0 -21
  128. data/spec/features/edit_search_fields_spec.rb +0 -79
  129. data/spec/features/exhibit_masthead_spec.rb +0 -112
  130. data/spec/features/exhibit_themes_spec.rb +0 -28
  131. data/spec/features/exhibits/add_tags_spec.rb +0 -35
  132. data/spec/features/exhibits/administration_spec.rb +0 -141
  133. data/spec/features/exhibits/custom_metadata_fields_spec.rb +0 -97
  134. data/spec/features/exhibits/custom_search_fields_spec.rb +0 -55
  135. data/spec/features/exhibits/edit_metadata_fields_spec.rb +0 -49
  136. data/spec/features/exhibits/language_create_edit_spec.rb +0 -59
  137. data/spec/features/exhibits/translation_editing_spec.rb +0 -463
  138. data/spec/features/exhibits_index_spec.rb +0 -55
  139. data/spec/features/feature_page_spec.rb +0 -155
  140. data/spec/features/home_page_spec.rb +0 -102
  141. data/spec/features/import_exhibit_spec.rb +0 -58
  142. data/spec/features/item_admin_spec.rb +0 -59
  143. data/spec/features/javascript/about_page_admin_spec.rb +0 -21
  144. data/spec/features/javascript/block_controls_spec.rb +0 -42
  145. data/spec/features/javascript/blocks/browse_group_categories_block_spec.rb +0 -64
  146. data/spec/features/javascript/blocks/featured_browse_categories_block_spec.rb +0 -46
  147. data/spec/features/javascript/blocks/featured_pages_block_spec.rb +0 -61
  148. data/spec/features/javascript/blocks/link_to_search_block_spec.rb +0 -46
  149. data/spec/features/javascript/blocks/rule_block_spec.rb +0 -23
  150. data/spec/features/javascript/blocks/search_result_block_spec.rb +0 -47
  151. data/spec/features/javascript/blocks/solr_documents_block_spec.rb +0 -230
  152. data/spec/features/javascript/blocks/solr_documents_carousel_block_spec.rb +0 -29
  153. data/spec/features/javascript/blocks/uploaded_items_block_spec.rb +0 -94
  154. data/spec/features/javascript/browse_group_admin_spec.rb +0 -45
  155. data/spec/features/javascript/edit_in_place_spec.rb +0 -93
  156. data/spec/features/javascript/feature_page_admin_spec.rb +0 -140
  157. data/spec/features/javascript/home_page_edit_spec.rb +0 -34
  158. data/spec/features/javascript/locale_selector_spec.rb +0 -66
  159. data/spec/features/javascript/metadata_admin_spec.rb +0 -41
  160. data/spec/features/javascript/multi_image_select_spec.rb +0 -50
  161. data/spec/features/javascript/reindex_monitor_spec.rb +0 -23
  162. data/spec/features/javascript/roles_admin_spec.rb +0 -38
  163. data/spec/features/javascript/search_config_admin_spec.rb +0 -140
  164. data/spec/features/javascript/search_context_spec.rb +0 -88
  165. data/spec/features/main_navigation_spec.rb +0 -96
  166. data/spec/features/metadata_admin_spec.rb +0 -18
  167. data/spec/features/report_a_problem_spec.rb +0 -62
  168. data/spec/features/site_masthead_spec.rb +0 -91
  169. data/spec/features/site_users_management_spec.rb +0 -74
  170. data/spec/features/slideshow_spec.rb +0 -21
  171. data/spec/features/translation_scope_spec.rb +0 -27
  172. data/spec/fixtures/800x600.png +0 -0
  173. data/spec/fixtures/avatar.png +0 -0
  174. data/spec/fixtures/bulk-update-template.csv +0 -57
  175. data/spec/fixtures/csv-upload-fixture.csv +0 -4
  176. data/spec/fixtures/gk446cj2442-manifest.json +0 -58
  177. data/spec/fixtures/iiif_responses.rb +0 -312
  178. data/spec/fixtures/json-upload-fixture.json +0 -3
  179. data/spec/fixtures/sample_solr_documents.yml +0 -9385
  180. data/spec/fixtures/updated-bulk-update-template-no-cols.csv +0 -4
  181. data/spec/fixtures/updated-bulk-update-template-w-tags.csv +0 -4
  182. data/spec/fixtures/updated-bulk-update-template.csv +0 -4
  183. data/spec/helpers/spotlight/application_helper_spec.rb +0 -196
  184. data/spec/helpers/spotlight/browse_helper_spec.rb +0 -13
  185. data/spec/helpers/spotlight/crop_helper_spec.rb +0 -11
  186. data/spec/helpers/spotlight/crud_link_helpers_spec.rb +0 -163
  187. data/spec/helpers/spotlight/languages_helper_spec.rb +0 -79
  188. data/spec/helpers/spotlight/main_app_helpers_spec.rb +0 -101
  189. data/spec/helpers/spotlight/masthead_helper_spec.rb +0 -51
  190. data/spec/helpers/spotlight/meta_helper_spec.rb +0 -33
  191. data/spec/helpers/spotlight/navbar_helper_spec.rb +0 -24
  192. data/spec/helpers/spotlight/pages_helper_spec.rb +0 -123
  193. data/spec/helpers/spotlight/roles_helper_spec.rb +0 -7
  194. data/spec/helpers/spotlight/search_configurations_helper_spec.rb +0 -23
  195. data/spec/helpers/spotlight/title_helper_spec.rb +0 -64
  196. data/spec/helpers/spotlight/translations_helper_spec.rb +0 -16
  197. data/spec/i18n_spec.rb +0 -28
  198. data/spec/jobs/spotlight/add_tags_job_spec.rb +0 -34
  199. data/spec/jobs/spotlight/add_uploads_from_csv_spec.rb +0 -58
  200. data/spec/jobs/spotlight/change_visibility_job_spec.rb +0 -30
  201. data/spec/jobs/spotlight/default_thumbnail_job_spec.rb +0 -14
  202. data/spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb +0 -86
  203. data/spec/jobs/spotlight/reindex_exhibit_job_spec.rb +0 -43
  204. data/spec/jobs/spotlight/reindex_job_spec.rb +0 -79
  205. data/spec/jobs/spotlight/remove_tags_job_spec.rb +0 -39
  206. data/spec/jobs/spotlight/rename_sidecar_field_job_spec.rb +0 -33
  207. data/spec/lib/migration/iiif_spec.rb +0 -91
  208. data/spec/lib/migration/page_language_spec.rb +0 -25
  209. data/spec/lib/spotlight/catalog_spec.rb +0 -0
  210. data/spec/lib/spotlight/controller_spec.rb +0 -102
  211. data/spec/lib/spotlight/upload_field_config_spec.rb +0 -40
  212. data/spec/mailers/spotlight/indexing_complete_mailer_spec.rb +0 -42
  213. data/spec/models/sir_trevor_rails/blocks/browse_block_spec.rb +0 -42
  214. data/spec/models/sir_trevor_rails/blocks/browse_group_categories_block_spec.rb +0 -41
  215. data/spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb +0 -50
  216. data/spec/models/sir_trevor_rails/blocks/search_results_block_spec.rb +0 -23
  217. data/spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb +0 -59
  218. data/spec/models/sir_trevor_rails/blocks/textable_spec.rb +0 -42
  219. data/spec/models/solr_document_spec.rb +0 -214
  220. data/spec/models/spotlight/ability_spec.rb +0 -118
  221. data/spec/models/spotlight/about_page_spec.rb +0 -19
  222. data/spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb +0 -82
  223. data/spec/models/spotlight/analytics/ga_spec.rb +0 -22
  224. data/spec/models/spotlight/background_job_progress_spec.rb +0 -137
  225. data/spec/models/spotlight/blacklight_configuration_spec.rb +0 -649
  226. data/spec/models/spotlight/browse_category_search_builder_spec.rb +0 -49
  227. data/spec/models/spotlight/contact_email_spec.rb +0 -48
  228. data/spec/models/spotlight/contact_form_spec.rb +0 -94
  229. data/spec/models/spotlight/contact_image_spec.rb +0 -11
  230. data/spec/models/spotlight/contact_spec.rb +0 -38
  231. data/spec/models/spotlight/custom_field_spec.rb +0 -204
  232. data/spec/models/spotlight/custom_search_field_spec.rb +0 -56
  233. data/spec/models/spotlight/custom_translation_extension_spec.rb +0 -24
  234. data/spec/models/spotlight/exhibit_spec.rb +0 -383
  235. data/spec/models/spotlight/exhibit_thumbnail_spec.rb +0 -10
  236. data/spec/models/spotlight/feature_page_spec.rb +0 -87
  237. data/spec/models/spotlight/featured_image_spec.rb +0 -110
  238. data/spec/models/spotlight/field_metadata_spec.rb +0 -58
  239. data/spec/models/spotlight/filter_spec.rb +0 -19
  240. data/spec/models/spotlight/group_spec.rb +0 -19
  241. data/spec/models/spotlight/home_page_spec.rb +0 -38
  242. data/spec/models/spotlight/language_spec.rb +0 -42
  243. data/spec/models/spotlight/main_navigation_spec.rb +0 -19
  244. data/spec/models/spotlight/masthead_spec.rb +0 -45
  245. data/spec/models/spotlight/page_configurations_spec.rb +0 -45
  246. data/spec/models/spotlight/page_spec.rb +0 -303
  247. data/spec/models/spotlight/resource_spec.rb +0 -137
  248. data/spec/models/spotlight/resources/iiif_harvester_spec.rb +0 -52
  249. data/spec/models/spotlight/resources/iiif_manifest_spec.rb +0 -178
  250. data/spec/models/spotlight/resources/iiif_service_spec.rb +0 -57
  251. data/spec/models/spotlight/resources/upload_spec.rb +0 -71
  252. data/spec/models/spotlight/resources/web_spec.rb +0 -25
  253. data/spec/models/spotlight/role_spec.rb +0 -51
  254. data/spec/models/spotlight/search_spec.rb +0 -125
  255. data/spec/models/spotlight/site_spec.rb +0 -9
  256. data/spec/models/spotlight/sitemap_spec.rb +0 -113
  257. data/spec/models/spotlight/solr_document/atomic_updates_spec.rb +0 -56
  258. data/spec/models/spotlight/solr_document/uploaded_resource_spec.rb +0 -38
  259. data/spec/models/spotlight/solr_document_sidecar_spec.rb +0 -48
  260. data/spec/models/spotlight/user_spec.rb +0 -26
  261. data/spec/models/translation_spec.rb +0 -14
  262. data/spec/presenters/spotlight/iiif_manifest_presenter_spec.rb +0 -132
  263. data/spec/routing/spotlight/exhibit_catalog_spec.rb +0 -34
  264. data/spec/routing/spotlight/featured_images_spec.rb +0 -23
  265. data/spec/routing/spotlight/pages_routing_spec.rb +0 -42
  266. data/spec/services/spotlight/bulk_updates_csv_template_service_spec.rb +0 -26
  267. data/spec/services/spotlight/carrierwave_file_resolver_spec.rb +0 -16
  268. data/spec/services/spotlight/clone_translated_page_from_locale_spec.rb +0 -30
  269. data/spec/services/spotlight/etl/context_spec.rb +0 -66
  270. data/spec/services/spotlight/etl/executor_spec.rb +0 -149
  271. data/spec/services/spotlight/etl/pipeline_spec.rb +0 -22
  272. data/spec/services/spotlight/etl/solr_loader_spec.rb +0 -76
  273. data/spec/services/spotlight/etl/step_spec.rb +0 -70
  274. data/spec/services/spotlight/exhibit_import_export_service_spec.rb +0 -569
  275. data/spec/services/spotlight/iiif_resource_resolver_spec.rb +0 -94
  276. data/spec/services/spotlight/invite_users_service_spec.rb +0 -47
  277. data/spec/spec_helper.rb +0 -147
  278. data/spec/support/controllers/engine_helpers.rb +0 -9
  279. data/spec/support/disable_friendly_id_deprecation_warnings.rb +0 -11
  280. data/spec/support/features/capybara_default_max_wait_metadata_helper.rb +0 -20
  281. data/spec/support/features/test_features_helpers.rb +0 -92
  282. data/spec/support/helpers/controller_level_helpers.rb +0 -25
  283. data/spec/support/stub_iiif_response.rb +0 -26
  284. data/spec/support/views/test_view_helpers.rb +0 -20
  285. data/spec/test_app_templates/Gemfile.extra +0 -2
  286. data/spec/test_app_templates/carrierwave.rb +0 -8
  287. data/spec/test_app_templates/catalog_controller.rb +0 -108
  288. data/spec/test_app_templates/fixture.css +0 -0
  289. data/spec/test_app_templates/fixture.png +0 -0
  290. data/spec/test_app_templates/lib/generators/test_app_generator.rb +0 -69
  291. data/spec/test_app_templates/spotlight_test.rake +0 -14
  292. data/spec/uploaders/spotlight/attachment_uploader_spec.rb +0 -27
  293. data/spec/uploaders/spotlight/featured_image_uploader_spec.rb +0 -33
  294. data/spec/views/shared/_analytics.html.erb_spec.rb +0 -17
  295. data/spec/views/shared/_exhibit_navbar.html.erb_spec.rb +0 -127
  296. data/spec/views/shared/_header_navbar.html.erb_spec.rb +0 -12
  297. data/spec/views/shared/_masthead.html.erb_spec.rb +0 -91
  298. data/spec/views/shared/_user_util_links.html.erb_spec.rb +0 -102
  299. data/spec/views/spotlight/about_pages/_empty.html.erb_spec.rb +0 -28
  300. data/spec/views/spotlight/about_pages/_sidebar.html.erb_spec.rb +0 -24
  301. data/spec/views/spotlight/about_pages/index.html.erb_spec.rb +0 -69
  302. data/spec/views/spotlight/browse/_search.html.erb_spec.rb +0 -30
  303. data/spec/views/spotlight/browse/index.html.erb_spec.rb +0 -22
  304. data/spec/views/spotlight/browse/show.html.erb_spec.rb +0 -65
  305. data/spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb +0 -63
  306. data/spec/views/spotlight/catalog/admin.html.erb_spec.rb +0 -39
  307. data/spec/views/spotlight/catalog/edit.html.erb_spec.rb +0 -20
  308. data/spec/views/spotlight/contacts/edit.html.erb_spec.rb +0 -43
  309. data/spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb +0 -45
  310. data/spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb +0 -94
  311. data/spec/views/spotlight/dashboards/analytics.html.erb_spec.rb +0 -33
  312. data/spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb +0 -46
  313. data/spec/views/spotlight/exhibits/_form.html.erb_spec.rb +0 -38
  314. data/spec/views/spotlight/exhibits/edit.html.erb_spec.rb +0 -29
  315. data/spec/views/spotlight/exhibits/index.html.erb_spec.rb +0 -140
  316. data/spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb +0 -28
  317. data/spec/views/spotlight/feature_pages/_sidebar.html.erb_spec.rb +0 -45
  318. data/spec/views/spotlight/featured_images/_form.html.erb_spec.rb +0 -32
  319. data/spec/views/spotlight/featured_images/_upload_form.html.erb_spec.rb +0 -32
  320. data/spec/views/spotlight/home_pages/_empty.html.erb_spec.rb +0 -28
  321. data/spec/views/spotlight/home_pages/_sidebar.html.erb_spec.rb +0 -12
  322. data/spec/views/spotlight/job_trackers/show.html.erb_spec.rb +0 -65
  323. data/spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb +0 -30
  324. data/spec/views/spotlight/metadata_configurations/edit.html.erb_spec.rb +0 -23
  325. data/spec/views/spotlight/pages/_form.html.erb_spec.rb +0 -20
  326. data/spec/views/spotlight/pages/edit.html.erb_spec.rb +0 -68
  327. data/spec/views/spotlight/pages/index.html.erb_spec.rb +0 -42
  328. data/spec/views/spotlight/pages/new.html.erb_spec.rb +0 -21
  329. data/spec/views/spotlight/pages/show.html.erb_spec.rb +0 -84
  330. data/spec/views/spotlight/resources/_external_resources_form.html.erb_spec.rb +0 -36
  331. data/spec/views/spotlight/resources/new.html.erb_spec.rb +0 -30
  332. data/spec/views/spotlight/roles/index.html.erb_spec.rb +0 -30
  333. data/spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb +0 -32
  334. data/spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb +0 -54
  335. data/spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb +0 -54
  336. data/spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb +0 -40
  337. data/spec/views/spotlight/searches/_search.html.erb_spec.rb +0 -37
  338. data/spec/views/spotlight/searches/edit.html.erb_spec.rb +0 -40
  339. data/spec/views/spotlight/searches/index.html.erb_spec.rb +0 -33
  340. data/spec/views/spotlight/sir_trevor/blocks/_browse_block.html.erb_spec.rb +0 -20
  341. data/spec/views/spotlight/sir_trevor/blocks/_iframe_block.html.erb_spec.rb +0 -20
  342. data/spec/views/spotlight/sir_trevor/blocks/_link_to_search_block.html.erb_spec.rb +0 -20
  343. data/spec/views/spotlight/sir_trevor/blocks/_rule_block.html.erb_spec.rb +0 -10
  344. data/spec/views/spotlight/sir_trevor/blocks/_solr_documents_block.html.erb_spec.rb +0 -43
  345. data/spec/views/spotlight/sir_trevor/blocks/_solr_documents_carousel_block.html.erb_spec.rb +0 -34
  346. data/spec/views/spotlight/sir_trevor/blocks/_solr_documents_embed_block.html.erb_spec.rb +0 -53
  347. data/spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb +0 -54
  348. data/spec/views/spotlight/sir_trevor/blocks/_solr_documents_grid_block.html.erb_spec.rb +0 -42
  349. data/spec/views/spotlight/sites/edit_exhibits.html.erb_spec.rb +0 -25
  350. data/spec/views/spotlight/tags/index.html.erb_spec.rb +0 -28
  351. data/spec/views/spotlight/translations/_import.html.erb_spec.rb +0 -24
  352. data/spec/views/spotlight/translations/_page.html.erb_spec.rb +0 -76
data/spec/examples.txt DELETED
@@ -1,1506 +0,0 @@
1
- example_id | status | run_time |
2
- ----------------------------------------------------------------------------------------------- | ------- | --------------- |
3
- ./spec/controllers/application_controller_spec.rb[1:1] | passed | 0.00595 seconds |
4
- ./spec/controllers/application_controller_spec.rb[1:2:1:1:1] | passed | 0.2252 seconds |
5
- ./spec/controllers/application_controller_spec.rb[1:2:1:2:1] | passed | 0.04059 seconds |
6
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:1:1:1] | passed | 0.12716 seconds |
7
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:1:2:1] | passed | 0.07082 seconds |
8
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:1:1] | passed | 0.16651 seconds |
9
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:2:1] | passed | 0.0921 seconds |
10
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:3:1] | passed | 0.10464 seconds |
11
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:4:1] | passed | 0.08385 seconds |
12
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:4:2] | passed | 0.08214 seconds |
13
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:2:1:1] | passed | 0.117 seconds |
14
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:2:2:1] | passed | 0.0993 seconds |
15
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:3:1] | passed | 0.09679 seconds |
16
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:4:1] | passed | 0.09217 seconds |
17
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:5:1] | passed | 0.11268 seconds |
18
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:6:1] | passed | 0.11845 seconds |
19
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:7:1] | passed | 0.1058 seconds |
20
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:7:2] | passed | 0.08876 seconds |
21
- ./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:8:1] | passed | 0.09285 seconds |
22
- ./spec/controllers/spotlight/admin_users_controller_spec.rb[1:1:1] | passed | 0.07455 seconds |
23
- ./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:1:1] | passed | 0.02266 seconds |
24
- ./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:2:1] | passed | 0.02105 seconds |
25
- ./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:3:1] | passed | 0.05516 seconds |
26
- ./spec/controllers/spotlight/appearances_controller_spec.rb[1:1:1:1] | passed | 0.21976 seconds |
27
- ./spec/controllers/spotlight/appearances_controller_spec.rb[1:2:1:1] | passed | 0.05152 seconds |
28
- ./spec/controllers/spotlight/appearances_controller_spec.rb[1:3:1:1] | passed | 0.0613 seconds |
29
- ./spec/controllers/spotlight/appearances_controller_spec.rb[1:3:2:1] | passed | 0.10279 seconds |
30
- ./spec/controllers/spotlight/application_controller_spec.rb[1:1] | passed | 0.07232 seconds |
31
- ./spec/controllers/spotlight/attachments_controller_spec.rb[1:1:1:1] | passed | 0.05241 seconds |
32
- ./spec/controllers/spotlight/attachments_controller_spec.rb[1:2:1:1] | passed | 0.07033 seconds |
33
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:1:1] | passed | 0.06358 seconds |
34
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:1:2] | passed | 0.07511 seconds |
35
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:1:3] | passed | 0.06262 seconds |
36
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:1:4] | passed | 0.06906 seconds |
37
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:1:5] | passed | 0.07462 seconds |
38
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:2:1:1] | passed | 0.10386 seconds |
39
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:2:1:2] | passed | 0.12817 seconds |
40
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:3:1:1] | passed | 0.08696 seconds |
41
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:1] | passed | 0.10497 seconds |
42
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:2] | passed | 0.099 seconds |
43
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:3] | passed | 0.14362 seconds |
44
- ./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:4] | passed | 0.15908 seconds |
45
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:1:1:1] | passed | 0.05298 seconds |
46
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:1:2:1] | passed | 0.04609 seconds |
47
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:1:3:1] | passed | 0.04749 seconds |
48
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:1:1] | passed | 0.11077 seconds |
49
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:1:2] | passed | 0.09823 seconds |
50
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:2:1] | passed | 0.07578 seconds |
51
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:2:2] | passed | 0.07597 seconds |
52
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:3:1] | passed | 0.0766 seconds |
53
- ./spec/controllers/spotlight/bulk_actions_controller_spec.rb[1:2:3:2] | passed | 0.0724 seconds |
54
- ./spec/controllers/spotlight/bulk_updates_controller_spec.rb[1:1:1:1] | passed | 0.05114 seconds |
55
- ./spec/controllers/spotlight/bulk_updates_controller_spec.rb[1:1:2:1] | passed | 0.04922 seconds |
56
- ./spec/controllers/spotlight/bulk_updates_controller_spec.rb[1:2:1:1] | passed | 0.04984 seconds |
57
- ./spec/controllers/spotlight/bulk_updates_controller_spec.rb[1:2:2:1] | failed | 0.27484 seconds |
58
- ./spec/controllers/spotlight/bulk_updates_controller_spec.rb[1:2:3:1] | passed | 0.0678 seconds |
59
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:1] | passed | 0.00117 seconds |
60
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:2] | passed | 0.00092 seconds |
61
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:3:1] | passed | 0.00191 seconds |
62
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:1:1] | passed | 0.05885 seconds |
63
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:2:1] | passed | 0.05284 seconds |
64
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:1] | passed | 0.08292 seconds |
65
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:2] | passed | 0.08597 seconds |
66
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:3] | passed | 0.09154 seconds |
67
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:4] | passed | 0.1742 seconds |
68
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:5] | passed | 0.12962 seconds |
69
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:6] | passed | 0.07604 seconds |
70
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:4:1] | passed | 0.10109 seconds |
71
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:4:2] | passed | 0.0606 seconds |
72
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:5:1] | passed | 0.08844 seconds |
73
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:5:2] | passed | 0.07896 seconds |
74
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:6:1:1] | passed | 0.48618 seconds |
75
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:6:2:1] | passed | 0.07327 seconds |
76
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:1:1] | passed | 0.06249 seconds |
77
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:2:1] | passed | 0.05455 seconds |
78
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:3:1] | passed | 0.10138 seconds |
79
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:4:1] | passed | 0.05749 seconds |
80
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:5:1] | passed | 0.05347 seconds |
81
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:1] | passed | 0.10549 seconds |
82
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:2] | passed | 0.09283 seconds |
83
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:3:1] | passed | 0.08399 seconds |
84
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:1] | passed | 0.15836 seconds |
85
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:2] | passed | 0.29409 seconds |
86
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:3] | passed | 0.12223 seconds |
87
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:4] | passed | 0.12688 seconds |
88
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:5:1] | passed | 0.08732 seconds |
89
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:6:1] | passed | 0.0838 seconds |
90
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:7:1:1] | passed | 0.08492 seconds |
91
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:1] | passed | 0.03963 seconds |
92
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:2] | passed | 0.04251 seconds |
93
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:3:1] | passed | 0.13121 seconds |
94
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:1:1:1] | passed | 0.19803 seconds |
95
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:1:2:1] | passed | 0.08923 seconds |
96
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:2:1:1] | pending | 0.08862 seconds |
97
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:2:2:1] | passed | 0.09238 seconds |
98
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:1:1] | passed | 0.00155 seconds |
99
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:2:1] | passed | 0.00124 seconds |
100
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:3] | passed | 0.05053 seconds |
101
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:4] | passed | 0.04695 seconds |
102
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:5] | passed | 0.04626 seconds |
103
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:1] | passed | 0.00111 seconds |
104
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:2] | passed | 0.00098 seconds |
105
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:3] | passed | 0.00103 seconds |
106
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:1] | passed | 0.04644 seconds |
107
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:2] | passed | 0.04166 seconds |
108
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:3] | passed | 0.04177 seconds |
109
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:13:1] | passed | 0.06626 seconds |
110
- ./spec/controllers/spotlight/catalog_controller_spec.rb[1:13:2] | passed | 0.08546 seconds |
111
- ./spec/controllers/spotlight/confirmations_controller_spec.rb[1:1:1] | passed | 0.0179 seconds |
112
- ./spec/controllers/spotlight/confirmations_controller_spec.rb[1:2:1:1] | passed | 0.00293 seconds |
113
- ./spec/controllers/spotlight/confirmations_controller_spec.rb[1:2:2:1] | passed | 0.14865 seconds |
114
- ./spec/controllers/spotlight/contact_email_controller_spec.rb[1:1:1:1] | passed | 0.11807 seconds |
115
- ./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:1:1:1] | passed | 0.07577 seconds |
116
- ./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:2:1:1] | passed | 0.05988 seconds |
117
- ./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:3:1:1] | passed | 0.06428 seconds |
118
- ./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:3:1:2] | passed | 0.0634 seconds |
119
- ./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:1] | passed | 0.08711 seconds |
120
- ./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:2] | passed | 0.06572 seconds |
121
- ./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:3] | passed | 0.0629 seconds |
122
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:1:1:1] | passed | 0.04507 seconds |
123
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:1:1] | passed | 0.06391 seconds |
124
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:1] | passed | 0.06306 seconds |
125
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:2] | passed | 0.0772 seconds |
126
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:3] | passed | 0.06328 seconds |
127
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:3:1] | passed | 0.06157 seconds |
128
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:4:1] | passed | 0.06297 seconds |
129
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:5:1] | passed | 0.06952 seconds |
130
- ./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:5:2] | passed | 0.06974 seconds |
131
- ./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:1:1] | passed | 0.06869 seconds |
132
- ./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:2:1] | passed | 0.06191 seconds |
133
- ./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:1:1] | passed | 0.05994 seconds |
134
- ./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:1:2] | passed | 0.0598 seconds |
135
- ./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:2:1] | passed | 0.05879 seconds |
136
- ./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:1:1] | passed | 0.06627 seconds |
137
- ./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:2:1] | passed | 0.05997 seconds |
138
- ./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:1:1] | passed | 0.0557 seconds |
139
- ./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:1:2] | passed | 0.06616 seconds |
140
- ./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:2:1] | passed | 0.07891 seconds |
141
- ./spec/controllers/spotlight/dashboards_controller_spec.rb[1:1:1:1] | passed | 0.08246 seconds |
142
- ./spec/controllers/spotlight/dashboards_controller_spec.rb[1:1:2:1] | passed | 0.06012 seconds |
143
- ./spec/controllers/spotlight/dashboards_controller_spec.rb[1:2:1] | passed | 0.06859 seconds |
144
- ./spec/controllers/spotlight/dashboards_controller_spec.rb[1:2:2] | passed | 0.05406 seconds |
145
- ./spec/controllers/spotlight/dashboards_controller_spec.rb[1:3:1:1] | passed | 0.04454 seconds |
146
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:1:1:1] | passed | 0.12606 seconds |
147
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:1:1:1] | passed | 0.01344 seconds |
148
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:1:2:1] | passed | 0.05562 seconds |
149
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:2:1] | passed | 0.04658 seconds |
150
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:3:1] | passed | 0.0407 seconds |
151
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:4:1] | passed | 0.04094 seconds |
152
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:5:1] | passed | 0.04375 seconds |
153
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:6:1] | passed | 0.04142 seconds |
154
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:3:1:1] | passed | 0.0196 seconds |
155
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:3:2:1] | passed | 0.06308 seconds |
156
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:1:1] | passed | 0.26341 seconds |
157
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:2:1] | passed | 0.06262 seconds |
158
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:3:1] | passed | 0.05482 seconds |
159
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:4:1] | passed | 0.07397 seconds |
160
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:4:2] | passed | 0.06641 seconds |
161
- ./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:5:1] | passed | 0.08432 seconds |
162
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:1:1:1] | passed | 0.1213 seconds |
163
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:1:1] | passed | 0.1123 seconds |
164
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:1:1] | passed | 0.09452 seconds |
165
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:2:1] | passed | 0.10214 seconds |
166
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:3:1] | passed | 0.08129 seconds |
167
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:3:2] | passed | 0.07866 seconds |
168
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:4:1] | passed | 0.09267 seconds |
169
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:3:1] | passed | 0.09622 seconds |
170
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:4:1] | passed | 0.10209 seconds |
171
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:1] | passed | 0.09136 seconds |
172
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:2] | passed | 0.08534 seconds |
173
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:3] | passed | 0.08759 seconds |
174
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:2:1] | passed | 0.08734 seconds |
175
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:2:2] | passed | 0.07803 seconds |
176
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:1] | passed | 0.0845 seconds |
177
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:2] | passed | 0.09845 seconds |
178
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:3] | passed | 0.30352 seconds |
179
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:2:1] | passed | 0.093 seconds |
180
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:2:2] | passed | 0.09205 seconds |
181
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:7:1] | passed | 0.11929 seconds |
182
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:8:1] | passed | 0.10244 seconds |
183
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:8:2] | passed | 0.09237 seconds |
184
- ./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:9:1] | passed | 0.09796 seconds |
185
- ./spec/controllers/spotlight/featured_images_controller_spec.rb[1:1:1:1] | passed | 0.08918 seconds |
186
- ./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:1:1] | passed | 0.02389 seconds |
187
- ./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:2:1] | passed | 0.02393 seconds |
188
- ./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:3:1] | passed | 0.0239 seconds |
189
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:1:1:1] | passed | 0.09907 seconds |
190
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:1:2:1] | passed | 0.0654 seconds |
191
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:1:2:2] | passed | 0.06029 seconds |
192
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:2:1:1] | passed | 0.04202 seconds |
193
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:2:2:1] | passed | 0.05606 seconds |
194
- ./spec/controllers/spotlight/filters_controller_spec.rb[1:2:2:2] | passed | 0.0544 seconds |
195
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:1:1:1] | passed | 0.05609 seconds |
196
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:1:2:1] | passed | 0.0589 seconds |
197
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:1:3:1] | passed | 0.05922 seconds |
198
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:2:1:1] | passed | 0.05867 seconds |
199
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:2:2:1] | passed | 0.06535 seconds |
200
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:2:3:1] | passed | 0.0647 seconds |
201
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:2:4:1] | passed | 0.07085 seconds |
202
- ./spec/controllers/spotlight/groups_controller_spec.rb[1:2:5:1] | passed | 0.07502 seconds |
203
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:1:1:1] | passed | 0.07904 seconds |
204
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:1:2] | passed | 0.08739 seconds |
205
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:2:1] | passed | 0.08782 seconds |
206
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:1] | passed | 0.09128 seconds |
207
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:2] | passed | 0.08731 seconds |
208
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:3] | passed | 0.07089 seconds |
209
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:4:1] | passed | 0.09948 seconds |
210
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:1] | passed | 0.06565 seconds |
211
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:2] | passed | 0.11046 seconds |
212
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:3] | passed | 0.09679 seconds |
213
- ./spec/controllers/spotlight/home_pages_controller_spec.rb[1:3:1] | passed | 0.07857 seconds |
214
- ./spec/controllers/spotlight/job_trackers_controller_spec.rb[1:1:1:1] | passed | 0.09551 seconds |
215
- ./spec/controllers/spotlight/job_trackers_controller_spec.rb[1:2:1:1] | passed | 0.11041 seconds |
216
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:1:1:1] | passed | 0.04517 seconds |
217
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:1] | passed | 0.06667 seconds |
218
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:2] | passed | 0.06041 seconds |
219
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:3] | passed | 0.06526 seconds |
220
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:2:1:1] | passed | 0.04368 seconds |
221
- ./spec/controllers/spotlight/languages_controller_spec.rb[1:2:2:1] | passed | 0.06125 seconds |
222
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:1:1:1] | passed | 0.05423 seconds |
223
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:1:2:1] | passed | 0.05558 seconds |
224
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:2:1:1] | passed | 0.04034 seconds |
225
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:2:2:1] | passed | 0.04333 seconds |
226
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:1:1] | passed | 0.05837 seconds |
227
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:2:1] | passed | 0.07112 seconds |
228
- ./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:3:1] | passed | 0.0656 seconds |
229
- ./spec/controllers/spotlight/pages_controller_spec.rb[1:1:1] | passed | 0.0879 seconds |
230
- ./spec/controllers/spotlight/pages_controller_spec.rb[1:2:1] | passed | 0.05478 seconds |
231
- ./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:1:1:1] | passed | 0.04163 seconds |
232
- ./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:1] | passed | 0.05452 seconds |
233
- ./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:2] | passed | 0.06394 seconds |
234
- ./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:3] | passed | 0.05331 seconds |
235
- ./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:1:1:1] | passed | 0.04147 seconds |
236
- ./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:1] | passed | 0.07538 seconds |
237
- ./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:2] | passed | 0.16926 seconds |
238
- ./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:3] | passed | 0.08312 seconds |
239
- ./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:4] | passed | 0.08862 seconds |
240
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:1:1:1] | passed | 0.07402 seconds |
241
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:1:2:1] | passed | 0.03964 seconds |
242
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:1:3:1] | passed | 0.04065 seconds |
243
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:1:4:1] | passed | 0.04147 seconds |
244
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:2:1:1] | passed | 0.05674 seconds |
245
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:2:2:1] | passed | 0.05481 seconds |
246
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:2:3:1] | passed | 0.05336 seconds |
247
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:2:3:2] | passed | 0.05906 seconds |
248
- ./spec/controllers/spotlight/resources_controller_spec.rb[1:2:4:1] | passed | 0.05408 seconds |
249
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:1:1:1] | passed | 0.05499 seconds |
250
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:1] | passed | 0.06618 seconds |
251
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:1] | passed | 0.06489 seconds |
252
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:2] | passed | 0.16577 seconds |
253
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:3] | passed | 0.06148 seconds |
254
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:4] | passed | 0.05609 seconds |
255
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:5] | passed | 0.05535 seconds |
256
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:6] | passed | 0.05909 seconds |
257
- ./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:7] | passed | 0.05927 seconds |
258
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:1:1:1] | passed | 0.05164 seconds |
259
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:2:1:1] | passed | 0.04102 seconds |
260
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:2:2:1] | passed | 0.03989 seconds |
261
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:1:1] | passed | 0.06878 seconds |
262
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:1:2] | passed | 0.06495 seconds |
263
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:1] | passed | 0.06341 seconds |
264
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:2] | passed | 0.06927 seconds |
265
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:3] | passed | 0.06605 seconds |
266
- ./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:4] | passed | 0.07664 seconds |
267
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:1:1:1] | passed | 0.05641 seconds |
268
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:1:2:1] | passed | 0.04952 seconds |
269
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:1] | passed | 0.06198 seconds |
270
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:2:1] | passed | 0.07276 seconds |
271
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:2:2] | passed | 0.07514 seconds |
272
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:2:3] | passed | 0.12349 seconds |
273
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:3:1] | pending | 0.10478 seconds |
274
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:3:2] | passed | 0.09581 seconds |
275
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:4:1] | passed | 0.07282 seconds |
276
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:5:1] | passed | 0.08425 seconds |
277
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:5:2] | passed | 0.07105 seconds |
278
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:6:1] | passed | 0.07275 seconds |
279
- ./spec/controllers/spotlight/searches_controller_spec.rb[1:2:7:1] | passed | 0.11902 seconds |
280
- ./spec/controllers/spotlight/sites_controller_spec.rb[1:1:1:1] | passed | 0.07986 seconds |
281
- ./spec/controllers/spotlight/sites_controller_spec.rb[1:2:1:1] | passed | 0.02096 seconds |
282
- ./spec/controllers/spotlight/sites_controller_spec.rb[1:2:2:1] | passed | 0.01991 seconds |
283
- ./spec/controllers/spotlight/sites_controller_spec.rb[1:2:3:1] | passed | 0.11292 seconds |
284
- ./spec/controllers/spotlight/sites_controller_spec.rb[1:2:4:1] | passed | 0.06005 seconds |
285
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:1:1:1] | passed | 0.11933 seconds |
286
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:1] | passed | 0.09271 seconds |
287
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:2:1] | passed | 0.13953 seconds |
288
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:3] | passed | 0.08584 seconds |
289
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:4] | passed | 0.07507 seconds |
290
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:5] | passed | 0.21338 seconds |
291
- ./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:6:1] | passed | 0.09008 seconds |
292
- ./spec/controllers/spotlight/tags_controller_spec.rb[1:1:1:1] | passed | 0.0598 seconds |
293
- ./spec/controllers/spotlight/tags_controller_spec.rb[1:2:1:1] | passed | 0.0736 seconds |
294
- ./spec/controllers/spotlight/tags_controller_spec.rb[1:2:1:2] | passed | 0.06868 seconds |
295
- ./spec/controllers/spotlight/tags_controller_spec.rb[1:2:2:1] | passed | 0.12813 seconds |
296
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:1:1:1] | passed | 0.04559 seconds |
297
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:1] | passed | 0.05926 seconds |
298
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:2] | passed | 0.05624 seconds |
299
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:2:1:1] | passed | 0.0404 seconds |
300
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:1] | passed | 0.11865 seconds |
301
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:2:1] | passed | 0.1273 seconds |
302
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:3:1] | passed | 0.09494 seconds |
303
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:3:2] | passed | 0.13167 seconds |
304
- ./spec/controllers/spotlight/translations_controller_spec.rb[1:4:1] | passed | 0.1191 seconds |
305
- ./spec/controllers/spotlight/versions_controller_spec.rb[1:1:1:1] | passed | 0.06114 seconds |
306
- ./spec/controllers/spotlight/versions_controller_spec.rb[1:2:1:1] | passed | 0.07639 seconds |
307
- ./spec/controllers/spotlight/versions_controller_spec.rb[1:3:1:1] | passed | 0.09613 seconds |
308
- ./spec/controllers/spotlight/view_configurations_controller_spec.rb[1:1:1:1] | passed | 0.11102 seconds |
309
- ./spec/controllers/spotlight/view_configurations_controller_spec.rb[1:2:1:1] | passed | 0.06016 seconds |
310
- ./spec/features/about_page_spec.rb[1:1:1] | passed | 6.69 seconds |
311
- ./spec/features/about_page_spec.rb[1:2:1:1] | passed | 0.69165 seconds |
312
- ./spec/features/add_contacts_spec.rb[1:1] | passed | 0.45633 seconds |
313
- ./spec/features/add_contacts_spec.rb[1:2] | pending | 0.04679 seconds |
314
- ./spec/features/add_custom_field_metadata_spec.rb[1:1] | passed | 1.79 seconds |
315
- ./spec/features/add_custom_field_metadata_spec.rb[1:2:1] | passed | 0.25624 seconds |
316
- ./spec/features/add_custom_field_metadata_spec.rb[1:3:1] | passed | 2.51 seconds |
317
- ./spec/features/add_custom_field_metadata_spec.rb[1:4] | passed | 0.71642 seconds |
318
- ./spec/features/add_iiif_manifest_spec.rb[1:1] | passed | 0.4575 seconds |
319
- ./spec/features/add_iiif_manifest_spec.rb[1:2] | passed | 0.42658 seconds |
320
- ./spec/features/add_iiif_manifest_spec.rb[1:3] | passed | 0.31989 seconds |
321
- ./spec/features/add_items_spec.rb[1:1:1] | passed | 0.12138 seconds |
322
- ./spec/features/add_items_spec.rb[1:1:2] | passed | 0.36593 seconds |
323
- ./spec/features/add_items_spec.rb[1:1:3] | passed | 0.29949 seconds |
324
- ./spec/features/add_items_spec.rb[1:1:4] | passed | 0.10793 seconds |
325
- ./spec/features/add_items_spec.rb[1:1:5] | passed | 0.10702 seconds |
326
- ./spec/features/add_items_spec.rb[1:1:6:1] | passed | 0.12517 seconds |
327
- ./spec/features/add_items_spec.rb[1:2:1] | passed | 1.4 seconds |
328
- ./spec/features/autocomplete_typeahead_spec.rb[1:1:1:1] | passed | 1.34 seconds |
329
- ./spec/features/autocomplete_typeahead_spec.rb[1:1:1:2] | passed | 3.82 seconds |
330
- ./spec/features/autocomplete_typeahead_spec.rb[1:1:1:3] | passed | 1.29 seconds |
331
- ./spec/features/autocomplete_typeahead_spec.rb[1:1:2:1] | passed | 0.74141 seconds |
332
- ./spec/features/browse_category_admin_spec.rb[1:1:1] | passed | 0.18775 seconds |
333
- ./spec/features/browse_category_admin_spec.rb[1:2:1] | passed | 0.89283 seconds |
334
- ./spec/features/browse_category_admin_spec.rb[1:2:2] | passed | 0.78833 seconds |
335
- ./spec/features/browse_category_admin_spec.rb[1:3:1] | passed | 0.18917 seconds |
336
- ./spec/features/browse_category_admin_spec.rb[1:3:2:1] | passed | 0.38989 seconds |
337
- ./spec/features/browse_category_admin_spec.rb[1:3:3:1] | passed | 0.13505 seconds |
338
- ./spec/features/browse_category_admin_spec.rb[1:3:4] | passed | 0.27699 seconds |
339
- ./spec/features/browse_category_admin_spec.rb[1:3:5] | passed | 0.28317 seconds |
340
- ./spec/features/browse_category_admin_spec.rb[1:3:6] | passed | 0.26602 seconds |
341
- ./spec/features/browse_category_admin_spec.rb[1:3:7] | passed | 0.26239 seconds |
342
- ./spec/features/browse_category_admin_spec.rb[1:4:1] | pending | 0.05728 seconds |
343
- ./spec/features/browse_category_navigation_spec.rb[1:1:1] | passed | 0.18172 seconds |
344
- ./spec/features/browse_category_navigation_spec.rb[1:1:2] | passed | 0.24406 seconds |
345
- ./spec/features/browse_category_navigation_spec.rb[1:1:3] | passed | 0.49005 seconds |
346
- ./spec/features/browse_category_spec.rb[1:1:1:1] | passed | 0.14874 seconds |
347
- ./spec/features/browse_category_spec.rb[1:1:1:2] | passed | 0.16108 seconds |
348
- ./spec/features/browse_category_spec.rb[1:1:1:3] | passed | 0.14321 seconds |
349
- ./spec/features/browse_category_spec.rb[1:1:1:4:1] | passed | 0.14311 seconds |
350
- ./spec/features/browse_category_spec.rb[1:1:2:1] | passed | 0.15007 seconds |
351
- ./spec/features/browse_category_spec.rb[1:1:2:2] | passed | 0.37407 seconds |
352
- ./spec/features/browse_category_spec.rb[1:1:2:3] | passed | 0.16338 seconds |
353
- ./spec/features/browse_category_spec.rb[1:1:3:1] | passed | 0.17373 seconds |
354
- ./spec/features/browse_category_spec.rb[1:1:4:1] | passed | 0.15225 seconds |
355
- ./spec/features/browse_category_spec.rb[1:1:5:1] | passed | 0.16896 seconds |
356
- ./spec/features/browse_category_spec.rb[1:1:6:1] | passed | 0.29385 seconds |
357
- ./spec/features/browse_category_spec.rb[1:1:7] | passed | 0.14902 seconds |
358
- ./spec/features/bulk_actions_spec.rb[1:1] | passed | 1.81 seconds |
359
- ./spec/features/bulk_actions_spec.rb[1:2] | passed | 1.51 seconds |
360
- ./spec/features/bulk_actions_spec.rb[1:3] | passed | 1.37 seconds |
361
- ./spec/features/catalog_spec.rb[1:1:1] | passed | 0.48213 seconds |
362
- ./spec/features/catalog_spec.rb[1:2] | passed | 0.1181 seconds |
363
- ./spec/features/catalog_spec.rb[1:3:1] | passed | 0.14519 seconds |
364
- ./spec/features/catalog_spec.rb[1:4:1] | passed | 0.25791 seconds |
365
- ./spec/features/confirm_email_spec.rb[1:1] | passed | 0.38 seconds |
366
- ./spec/features/confirm_email_spec.rb[1:2] | passed | 0.16097 seconds |
367
- ./spec/features/create_exhibit_spec.rb[1:1] | passed | 0.08448 seconds |
368
- ./spec/features/create_exhibit_spec.rb[1:2] | passed | 0.57452 seconds |
369
- ./spec/features/create_exhibit_spec.rb[1:3] | passed | 0.66648 seconds |
370
- ./spec/features/create_exhibit_spec.rb[1:4] | passed | 0.52971 seconds |
371
- ./spec/features/create_page_spec.rb[1:1:1] | passed | 0.40604 seconds |
372
- ./spec/features/dashboard_spec.rb[1:1] | passed | 0.2009 seconds |
373
- ./spec/features/dashboard_spec.rb[1:2] | passed | 0.17824 seconds |
374
- ./spec/features/edit_contact_spec.rb[1:1] | passed | 0.29478 seconds |
375
- ./spec/features/edit_search_fields_spec.rb[1:1:1] | passed | 0.20604 seconds |
376
- ./spec/features/edit_search_fields_spec.rb[1:1:2] | passed | 0.14991 seconds |
377
- ./spec/features/edit_search_fields_spec.rb[1:1:3:1] | passed | 0.16187 seconds |
378
- ./spec/features/edit_search_fields_spec.rb[1:1:3:2] | passed | 0.32179 seconds |
379
- ./spec/features/edit_search_fields_spec.rb[1:1:4:1] | passed | 0.15386 seconds |
380
- ./spec/features/edit_search_fields_spec.rb[1:1:4:2] | passed | 0.33152 seconds |
381
- ./spec/features/exhibit_masthead_spec.rb[1:1] | passed | 0.43158 seconds |
382
- ./spec/features/exhibit_masthead_spec.rb[1:2] | passed | 0.32488 seconds |
383
- ./spec/features/exhibit_masthead_spec.rb[1:3] | passed | 0.33366 seconds |
384
- ./spec/features/exhibit_masthead_spec.rb[1:4] | pending | 0.0434 seconds |
385
- ./spec/features/exhibit_themes_spec.rb[1:1] | passed | 0.52734 seconds |
386
- ./spec/features/exhibits/add_tags_spec.rb[1:1] | passed | 0.82208 seconds |
387
- ./spec/features/exhibits/administration_spec.rb[1:1:1] | passed | 0.27642 seconds |
388
- ./spec/features/exhibits/administration_spec.rb[1:1:2] | passed | 0.13062 seconds |
389
- ./spec/features/exhibits/administration_spec.rb[1:1:3] | passed | 0.28683 seconds |
390
- ./spec/features/exhibits/administration_spec.rb[1:1:4] | passed | 1.05 seconds |
391
- ./spec/features/exhibits/administration_spec.rb[1:1:5] | passed | 0.3898 seconds |
392
- ./spec/features/exhibits/administration_spec.rb[1:1:6] | passed | 1.1 seconds |
393
- ./spec/features/exhibits/administration_spec.rb[1:1:7] | passed | 0.65497 seconds |
394
- ./spec/features/exhibits/administration_spec.rb[1:1:8] | passed | 0.65331 seconds |
395
- ./spec/features/exhibits/custom_metadata_fields_spec.rb[1:1] | passed | 0.784 seconds |
396
- ./spec/features/exhibits/custom_metadata_fields_spec.rb[1:2] | passed | 0.20171 seconds |
397
- ./spec/features/exhibits/custom_metadata_fields_spec.rb[1:3] | passed | 0.7782 seconds |
398
- ./spec/features/exhibits/custom_metadata_fields_spec.rb[1:4] | passed | 0.50948 seconds |
399
- ./spec/features/exhibits/custom_search_fields_spec.rb[1:1] | passed | 0.66233 seconds |
400
- ./spec/features/exhibits/custom_search_fields_spec.rb[1:2] | passed | 0.20967 seconds |
401
- ./spec/features/exhibits/edit_metadata_fields_spec.rb[1:1] | passed | 0.39823 seconds |
402
- ./spec/features/exhibits/edit_metadata_fields_spec.rb[1:2] | passed | 0.7701 seconds |
403
- ./spec/features/exhibits/edit_metadata_fields_spec.rb[1:3] | passed | 0.13725 seconds |
404
- ./spec/features/exhibits/language_create_edit_spec.rb[1:1:1] | passed | 0.56859 seconds |
405
- ./spec/features/exhibits/language_create_edit_spec.rb[1:2:1] | passed | 0.49847 seconds |
406
- ./spec/features/exhibits/language_create_edit_spec.rb[1:3:1] | passed | 0.94905 seconds |
407
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:1] | passed | 0.32854 seconds |
408
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:2:1] | passed | 0.49945 seconds |
409
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:3:1] | passed | 0.86157 seconds |
410
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:3:2] | passed | 0.65463 seconds |
411
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:3:3] | passed | 0.66204 seconds |
412
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:1:1] | passed | 0.58513 seconds |
413
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:1:2] | passed | 0.624 seconds |
414
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:2:1] | passed | 0.82977 seconds |
415
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:2:2] | passed | 0.65872 seconds |
416
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:3:1] | passed | 1.35 seconds |
417
- ./spec/features/exhibits/translation_editing_spec.rb[1:1:4:3:2] | passed | 0.77905 seconds |
418
- ./spec/features/exhibits/translation_editing_spec.rb[1:2:1] | passed | 0.48106 seconds |
419
- ./spec/features/exhibits/translation_editing_spec.rb[1:2:2:1] | passed | 0.16902 seconds |
420
- ./spec/features/exhibits/translation_editing_spec.rb[1:2:2:2] | passed | 3.52 seconds |
421
- ./spec/features/exhibits/translation_editing_spec.rb[1:2:3:1] | passed | 0.44581 seconds |
422
- ./spec/features/exhibits/translation_editing_spec.rb[1:2:3:2] | passed | 1.2 seconds |
423
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:1] | passed | 0.52925 seconds |
424
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:2:1] | passed | 0.18583 seconds |
425
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:2:2] | passed | 1.44 seconds |
426
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:3:1] | passed | 0.18471 seconds |
427
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:3:2] | passed | 2.89 seconds |
428
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:4:1] | passed | 0.17536 seconds |
429
- ./spec/features/exhibits/translation_editing_spec.rb[1:3:4:2] | passed | 1.42 seconds |
430
- ./spec/features/exhibits/translation_editing_spec.rb[1:4:1] | passed | 0.20634 seconds |
431
- ./spec/features/exhibits/translation_editing_spec.rb[1:4:2] | passed | 0.5045 seconds |
432
- ./spec/features/exhibits/translation_editing_spec.rb[1:4:3] | passed | 1.27 seconds |
433
- ./spec/features/exhibits/translation_editing_spec.rb[1:5:1] | passed | 0.40921 seconds |
434
- ./spec/features/exhibits/translation_editing_spec.rb[1:5:2] | passed | 0.49688 seconds |
435
- ./spec/features/exhibits/translation_editing_spec.rb[1:5:3] | passed | 0.90901 seconds |
436
- ./spec/features/exhibits/translation_editing_spec.rb[1:6:1] | passed | 0.40274 seconds |
437
- ./spec/features/exhibits/translation_editing_spec.rb[1:7:1] | passed | 0.40435 seconds |
438
- ./spec/features/exhibits_index_spec.rb[1:1:1] | passed | 0.16729 seconds |
439
- ./spec/features/exhibits_index_spec.rb[1:1:2:1] | passed | 0.16688 seconds |
440
- ./spec/features/exhibits_index_spec.rb[1:2:1] | passed | 0.27945 seconds |
441
- ./spec/features/feature_page_spec.rb[1:1:1] | passed | 0.12277 seconds |
442
- ./spec/features/feature_page_spec.rb[1:2:1:1] | passed | 0.12762 seconds |
443
- ./spec/features/feature_page_spec.rb[1:2:2:1:1] | passed | 0.12842 seconds |
444
- ./spec/features/feature_page_spec.rb[1:2:2:2:1] | passed | 0.14954 seconds |
445
- ./spec/features/feature_page_spec.rb[1:3:1:1] | passed | 0.43239 seconds |
446
- ./spec/features/feature_page_spec.rb[1:3:2:1] | passed | 0.507 seconds |
447
- ./spec/features/feature_page_spec.rb[1:4:1] | passed | 0.2258 seconds |
448
- ./spec/features/feature_page_spec.rb[1:4:2] | passed | 2.61 seconds |
449
- ./spec/features/home_page_spec.rb[1:1] | passed | 0.28095 seconds |
450
- ./spec/features/home_page_spec.rb[1:2] | passed | 0.70308 seconds |
451
- ./spec/features/home_page_spec.rb[1:3] | passed | 0.45638 seconds |
452
- ./spec/features/home_page_spec.rb[1:4] | passed | 0.9422 seconds |
453
- ./spec/features/home_page_spec.rb[1:5] | passed | 0.31408 seconds |
454
- ./spec/features/home_page_spec.rb[1:6] | passed | 0.20727 seconds |
455
- ./spec/features/home_page_spec.rb[1:7:1:1] | passed | 0.47528 seconds |
456
- ./spec/features/home_page_spec.rb[1:8:1] | passed | 0.11503 seconds |
457
- ./spec/features/import_exhibit_spec.rb[1:1] | pending | 2.08 seconds |
458
- ./spec/features/import_exhibit_spec.rb[1:2] | passed | 1.46 seconds |
459
- ./spec/features/item_admin_spec.rb[1:1:1] | passed | 0.2253 seconds |
460
- ./spec/features/item_admin_spec.rb[1:1:2] | passed | 0.19936 seconds |
461
- ./spec/features/item_admin_spec.rb[1:1:3] | passed | 0.59121 seconds |
462
- ./spec/features/item_admin_spec.rb[1:1:4] | passed | 3.38 seconds |
463
- ./spec/features/javascript/about_page_admin_spec.rb[1:1] | passed | 1.12 seconds |
464
- ./spec/features/javascript/block_controls_spec.rb[1:1] | passed | 1.64 seconds |
465
- ./spec/features/javascript/blocks/browse_group_categories_block_spec.rb[1:1] | passed | 1.45 seconds |
466
- ./spec/features/javascript/blocks/browse_group_categories_block_spec.rb[1:2] | passed | 1.5 seconds |
467
- ./spec/features/javascript/blocks/browse_group_categories_block_spec.rb[1:3] | passed | 1.08 seconds |
468
- ./spec/features/javascript/blocks/featured_browse_categories_block_spec.rb[1:1] | pending | 2.65 seconds |
469
- ./spec/features/javascript/blocks/featured_browse_categories_block_spec.rb[1:2] | pending | 2.76 seconds |
470
- ./spec/features/javascript/blocks/featured_pages_block_spec.rb[1:1] | pending | 3.14 seconds |
471
- ./spec/features/javascript/blocks/featured_pages_block_spec.rb[1:2] | pending | 2.81 seconds |
472
- ./spec/features/javascript/blocks/link_to_search_block_spec.rb[1:1] | pending | 2.72 seconds |
473
- ./spec/features/javascript/blocks/link_to_search_block_spec.rb[1:2] | pending | 2.71 seconds |
474
- ./spec/features/javascript/blocks/rule_block_spec.rb[1:1] | passed | 1.28 seconds |
475
- ./spec/features/javascript/blocks/search_result_block_spec.rb[1:1] | passed | 1.32 seconds |
476
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:1] | passed | 0.99256 seconds |
477
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:2] | passed | 1.16 seconds |
478
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:3] | passed | 1.79 seconds |
479
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:4] | passed | 2.13 seconds |
480
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:5] | passed | 2.65 seconds |
481
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:6] | passed | 1.43 seconds |
482
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:7] | passed | 1.46 seconds |
483
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:8] | passed | 0.78546 seconds |
484
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:9] | passed | 1.3 seconds |
485
- ./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:10] | passed | 2.04 seconds |
486
- ./spec/features/javascript/blocks/solr_documents_carousel_block_spec.rb[1:1] | passed | 1.65 seconds |
487
- ./spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:1] | passed | 1.45 seconds |
488
- ./spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:2] | passed | 0.95272 seconds |
489
- ./spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:3] | passed | 1.22 seconds |
490
- ./spec/features/javascript/browse_group_admin_spec.rb[1:1] | passed | 0.98798 seconds |
491
- ./spec/features/javascript/browse_group_admin_spec.rb[1:2] | passed | 0.74599 seconds |
492
- ./spec/features/javascript/edit_in_place_spec.rb[1:1:1] | passed | 1.52 seconds |
493
- ./spec/features/javascript/edit_in_place_spec.rb[1:1:2] | pending | 0.04987 seconds |
494
- ./spec/features/javascript/edit_in_place_spec.rb[1:2:1] | passed | 1.04 seconds |
495
- ./spec/features/javascript/feature_page_admin_spec.rb[1:1] | passed | 1.1 seconds |
496
- ./spec/features/javascript/feature_page_admin_spec.rb[1:2] | passed | 0.90076 seconds |
497
- ./spec/features/javascript/feature_page_admin_spec.rb[1:3] | passed | 0.58786 seconds |
498
- ./spec/features/javascript/feature_page_admin_spec.rb[1:4] | passed | 0.57505 seconds |
499
- ./spec/features/javascript/feature_page_admin_spec.rb[1:5] | passed | 1.51 seconds |
500
- ./spec/features/javascript/feature_page_admin_spec.rb[1:6] | passed | 0.88882 seconds |
501
- ./spec/features/javascript/home_page_edit_spec.rb[1:1] | passed | 0.47216 seconds |
502
- ./spec/features/javascript/home_page_edit_spec.rb[1:2] | passed | 0.84163 seconds |
503
- ./spec/features/javascript/locale_selector_spec.rb[1:1:1] | passed | 0.44195 seconds |
504
- ./spec/features/javascript/locale_selector_spec.rb[1:2:1] | passed | 0.47739 seconds |
505
- ./spec/features/javascript/locale_selector_spec.rb[1:3:1] | passed | 0.78651 seconds |
506
- ./spec/features/javascript/metadata_admin_spec.rb[1:1:1] | passed | 0.4877 seconds |
507
- ./spec/features/javascript/metadata_admin_spec.rb[1:1:2] | passed | 0.46195 seconds |
508
- ./spec/features/javascript/multi_image_select_spec.rb[1:1] | passed | 2.29 seconds |
509
- ./spec/features/javascript/reindex_monitor_spec.rb[1:1] | passed | 3.61 seconds |
510
- ./spec/features/javascript/roles_admin_spec.rb[1:1] | passed | 1.04 seconds |
511
- ./spec/features/javascript/roles_admin_spec.rb[1:2] | passed | 0.87705 seconds |
512
- ./spec/features/javascript/search_config_admin_spec.rb[1:1:1] | passed | 0.94282 seconds |
513
- ./spec/features/javascript/search_config_admin_spec.rb[1:1:2] | passed | 0.79446 seconds |
514
- ./spec/features/javascript/search_config_admin_spec.rb[1:2:1] | passed | 1.06 seconds |
515
- ./spec/features/javascript/search_config_admin_spec.rb[1:2:2] | passed | 0.84636 seconds |
516
- ./spec/features/javascript/search_config_admin_spec.rb[1:3:1] | passed | 0.85832 seconds |
517
- ./spec/features/javascript/search_config_admin_spec.rb[1:3:2] | passed | 0.85206 seconds |
518
- ./spec/features/javascript/search_context_spec.rb[1:1] | passed | 0.79468 seconds |
519
- ./spec/features/javascript/search_context_spec.rb[1:2] | passed | 1.06 seconds |
520
- ./spec/features/javascript/search_context_spec.rb[1:3:1] | passed | 0.97915 seconds |
521
- ./spec/features/main_navigation_spec.rb[1:1] | passed | 0.20445 seconds |
522
- ./spec/features/main_navigation_spec.rb[1:2] | passed | 0.11288 seconds |
523
- ./spec/features/main_navigation_spec.rb[1:3] | passed | 0.12231 seconds |
524
- ./spec/features/main_navigation_spec.rb[1:4] | passed | 0.15918 seconds |
525
- ./spec/features/main_navigation_spec.rb[1:5] | passed | 0.27028 seconds |
526
- ./spec/features/main_navigation_spec.rb[1:6] | passed | 0.22877 seconds |
527
- ./spec/features/main_navigation_spec.rb[1:7:1] | passed | 0.61101 seconds |
528
- ./spec/features/main_navigation_spec.rb[1:7:2:1] | passed | 0.47292 seconds |
529
- ./spec/features/metadata_admin_spec.rb[1:1:1] | passed | 0.167 seconds |
530
- ./spec/features/report_a_problem_spec.rb[1:1] | passed | 0.27127 seconds |
531
- ./spec/features/report_a_problem_spec.rb[1:2:1] | passed | 0.27447 seconds |
532
- ./spec/features/report_a_problem_spec.rb[1:2:2] | passed | 0.85183 seconds |
533
- ./spec/features/report_a_problem_spec.rb[1:2:3] | passed | 0.71468 seconds |
534
- ./spec/features/site_masthead_spec.rb[1:1] | passed | 0.20244 seconds |
535
- ./spec/features/site_masthead_spec.rb[1:2] | passed | 0.15102 seconds |
536
- ./spec/features/site_masthead_spec.rb[1:3] | passed | 0.0868 seconds |
537
- ./spec/features/site_masthead_spec.rb[1:4] | passed | 0.08241 seconds |
538
- ./spec/features/site_users_management_spec.rb[1:1] | passed | 0.45874 seconds |
539
- ./spec/features/site_users_management_spec.rb[1:2:1] | passed | 0.3824 seconds |
540
- ./spec/features/site_users_management_spec.rb[1:3] | passed | 0.61642 seconds |
541
- ./spec/features/site_users_management_spec.rb[1:4] | passed | 0.85525 seconds |
542
- ./spec/features/site_users_management_spec.rb[1:5] | passed | 0.5976 seconds |
543
- ./spec/features/site_users_management_spec.rb[1:6] | passed | 0.36414 seconds |
544
- ./spec/features/slideshow_spec.rb[1:1] | passed | 2.34 seconds |
545
- ./spec/features/translation_scope_spec.rb[1:1:1] | passed | 0.31372 seconds |
546
- ./spec/features/translation_scope_spec.rb[1:2:1] | passed | 0.07819 seconds |
547
- ./spec/helpers/spotlight/application_helper_spec.rb[1:1:1] | passed | 0.00572 seconds |
548
- ./spec/helpers/spotlight/application_helper_spec.rb[1:1:2] | passed | 0.00379 seconds |
549
- ./spec/helpers/spotlight/application_helper_spec.rb[1:1:3:1] | passed | 0.00394 seconds |
550
- ./spec/helpers/spotlight/application_helper_spec.rb[1:2:1:1] | passed | 0.00369 seconds |
551
- ./spec/helpers/spotlight/application_helper_spec.rb[1:2:2:1] | passed | 0.00331 seconds |
552
- ./spec/helpers/spotlight/application_helper_spec.rb[1:3:1] | passed | 0.04826 seconds |
553
- ./spec/helpers/spotlight/application_helper_spec.rb[1:4:1:1] | passed | 0.00212 seconds |
554
- ./spec/helpers/spotlight/application_helper_spec.rb[1:4:2:1] | passed | 0.0029 seconds |
555
- ./spec/helpers/spotlight/application_helper_spec.rb[1:5:1] | passed | 0.04275 seconds |
556
- ./spec/helpers/spotlight/application_helper_spec.rb[1:5:2] | passed | 0.04105 seconds |
557
- ./spec/helpers/spotlight/application_helper_spec.rb[1:6:1] | passed | 0.0031 seconds |
558
- ./spec/helpers/spotlight/application_helper_spec.rb[1:6:2] | passed | 0.00324 seconds |
559
- ./spec/helpers/spotlight/application_helper_spec.rb[1:7:1] | passed | 0.00683 seconds |
560
- ./spec/helpers/spotlight/application_helper_spec.rb[1:8:1] | passed | 0.00294 seconds |
561
- ./spec/helpers/spotlight/application_helper_spec.rb[1:8:2] | passed | 0.00295 seconds |
562
- ./spec/helpers/spotlight/application_helper_spec.rb[1:8:3] | passed | 0.00288 seconds |
563
- ./spec/helpers/spotlight/browse_helper_spec.rb[1:1] | passed | 0.00187 seconds |
564
- ./spec/helpers/spotlight/browse_helper_spec.rb[1:2] | passed | 0.00173 seconds |
565
- ./spec/helpers/spotlight/crop_helper_spec.rb[1:1:1] | passed | 0.00393 seconds |
566
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:1:1] | passed | 0.00244 seconds |
567
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:1] | passed | 0.04744 seconds |
568
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:2] | passed | 0.05002 seconds |
569
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:3] | passed | 0.0481 seconds |
570
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:1] | passed | 0.04398 seconds |
571
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:2] | passed | 0.04169 seconds |
572
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:3] | passed | 0.04188 seconds |
573
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:1] | passed | 0.04992 seconds |
574
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:2] | passed | 0.04863 seconds |
575
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:3] | passed | 0.04797 seconds |
576
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:1] | passed | 0.0474 seconds |
577
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:2] | passed | 0.04789 seconds |
578
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:3] | passed | 0.04452 seconds |
579
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:6:1] | passed | 0.00208 seconds |
580
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:1] | passed | 0.05104 seconds |
581
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:2] | passed | 0.00264 seconds |
582
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:3] | passed | 0.05278 seconds |
583
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:4] | passed | 0.00241 seconds |
584
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:1] | passed | 0.00279 seconds |
585
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:2] | passed | 0.00289 seconds |
586
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:3] | passed | 0.00298 seconds |
587
- ./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:4] | passed | 0.00336 seconds |
588
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:1:1] | passed | 0.05178 seconds |
589
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:2:1] | passed | 0.16064 seconds |
590
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:2:2] | passed | 0.13657 seconds |
591
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:2:3] | passed | 0.13096 seconds |
592
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:3:1:1] | passed | 0.00223 seconds |
593
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:3:1:2] | passed | 0.00238 seconds |
594
- ./spec/helpers/spotlight/languages_helper_spec.rb[1:3:2:1] | passed | 0.00185 seconds |
595
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:1:1:1] | passed | 0.05403 seconds |
596
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:2:1:1] | passed | 0.04502 seconds |
597
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:3:1:1] | passed | 0.06892 seconds |
598
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:4:1:1] | passed | 0.00214 seconds |
599
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:5:1:1] | passed | 0.04317 seconds |
600
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:1:1] | passed | 0.00368 seconds |
601
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:2:1] | passed | 0.04497 seconds |
602
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:3:1] | passed | 0.0433 seconds |
603
- ./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:4:1] | passed | 0.05075 seconds |
604
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:1:1:1] | passed | 0.0461 seconds |
605
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:1:2:1] | passed | 0.00397 seconds |
606
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:1:1:1] | passed | 0.04458 seconds |
607
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:1:2:1] | passed | 0.0456 seconds |
608
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:2:1:1] | passed | 0.00421 seconds |
609
- ./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:2:2:1] | passed | 0.0036 seconds |
610
- ./spec/helpers/spotlight/meta_helper_spec.rb[1:1:1] | passed | 0.04948 seconds |
611
- ./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:1] | passed | 0.0033 seconds |
612
- ./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:2] | passed | 0.00276 seconds |
613
- ./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:3] | passed | 0.00207 seconds |
614
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:1:1] | passed | 0.05667 seconds |
615
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:1:2] | passed | 0.05777 seconds |
616
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:1:3] | passed | 0.05803 seconds |
617
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:2:1] | passed | 0.06054 seconds |
618
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:2:2] | passed | 0.05962 seconds |
619
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:1:1] | passed | 0.05566 seconds |
620
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:1:2] | passed | 0.06102 seconds |
621
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:1:3] | passed | 0.05609 seconds |
622
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:2:1] | passed | 0.06079 seconds |
623
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:2:2] | passed | 0.05955 seconds |
624
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:3:2:3] | passed | 0.06047 seconds |
625
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:4:1] | passed | 0.05944 seconds |
626
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:4:2] | passed | 0.07976 seconds |
627
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:4:3] | passed | 0.0588 seconds |
628
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:5:1:1] | passed | 0.05773 seconds |
629
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:5:2:1] | passed | 0.05902 seconds |
630
- ./spec/helpers/spotlight/pages_helper_spec.rb[1:6:1] | passed | 0.06024 seconds |
631
- ./spec/helpers/spotlight/roles_helper_spec.rb[1:1] | passed | 0.00499 seconds |
632
- ./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:1] | passed | 0.00558 seconds |
633
- ./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:2] | passed | 0.00273 seconds |
634
- ./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:3] | passed | 0.00149 seconds |
635
- ./spec/helpers/spotlight/title_helper_spec.rb[1:1:1] | passed | 0.00404 seconds |
636
- ./spec/helpers/spotlight/title_helper_spec.rb[1:1:2] | passed | 0.00377 seconds |
637
- ./spec/helpers/spotlight/title_helper_spec.rb[1:1:3] | passed | 0.00324 seconds |
638
- ./spec/helpers/spotlight/title_helper_spec.rb[1:2:1] | passed | 0.00243 seconds |
639
- ./spec/helpers/spotlight/title_helper_spec.rb[1:2:2] | passed | 0.00201 seconds |
640
- ./spec/helpers/spotlight/title_helper_spec.rb[1:3:1] | passed | 0.00388 seconds |
641
- ./spec/helpers/spotlight/title_helper_spec.rb[1:4:1] | passed | 0.00463 seconds |
642
- ./spec/helpers/spotlight/translations_helper_spec.rb[1:1:1] | passed | 0.05461 seconds |
643
- ./spec/i18n_spec.rb[1:1] | pending | 1.95 seconds |
644
- ./spec/i18n_spec.rb[1:2] | passed | 2.55 seconds |
645
- ./spec/i18n_spec.rb[1:3] | passed | 0.87908 seconds |
646
- ./spec/jobs/spotlight/add_tags_job_spec.rb[1:1] | passed | 7 seconds |
647
- ./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:1:1] | passed | 0.0535 seconds |
648
- ./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:2] | passed | 0.11739 seconds |
649
- ./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:3:1] | passed | 0.21726 seconds |
650
- ./spec/jobs/spotlight/change_visibility_job_spec.rb[1:1] | passed | 2.88 seconds |
651
- ./spec/jobs/spotlight/default_thumbnail_job_spec.rb[1:1] | passed | 0.00149 seconds |
652
- ./spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb[1:1:1] | passed | 0.22003 seconds |
653
- ./spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb[1:1:2:1] | passed | 0.2216 seconds |
654
- ./spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb[1:1:3:1] | passed | 0.09833 seconds |
655
- ./spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb[1:2:1] | passed | 0.38536 seconds |
656
- ./spec/jobs/spotlight/process_bulk_updates_csv_job_spec.rb[1:2:2:1] | passed | 0.34172 seconds |
657
- ./spec/jobs/spotlight/reindex_exhibit_job_spec.rb[1:1:1] | passed | 0.06437 seconds |
658
- ./spec/jobs/spotlight/reindex_exhibit_job_spec.rb[1:2:1] | passed | 0.06727 seconds |
659
- ./spec/jobs/spotlight/reindex_exhibit_job_spec.rb[1:3:1] | passed | 0.16904 seconds |
660
- ./spec/jobs/spotlight/reindex_exhibit_job_spec.rb[1:4:1] | passed | 0.26081 seconds |
661
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:1:1] | passed | 0.06338 seconds |
662
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2] | passed | 0.06156 seconds |
663
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:2:1] | passed | 0.0506 seconds |
664
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:2:2] | passed | 0.05288 seconds |
665
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:2:3] | passed | 0.06159 seconds |
666
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:3:1] | passed | 0.06392 seconds |
667
- ./spec/jobs/spotlight/reindex_job_spec.rb[1:3:2] | passed | 0.06049 seconds |
668
- ./spec/jobs/spotlight/remove_tags_job_spec.rb[1:1] | passed | 8.24 seconds |
669
- ./spec/jobs/spotlight/rename_sidecar_field_job_spec.rb[1:1] | passed | 0.06022 seconds |
670
- ./spec/jobs/spotlight/rename_sidecar_field_job_spec.rb[1:2] | passed | 0.05574 seconds |
671
- ./spec/lib/migration/iiif_spec.rb[1:1:1:1] | passed | 0.08498 seconds |
672
- ./spec/lib/migration/iiif_spec.rb[1:1:1:2] | passed | 0.07698 seconds |
673
- ./spec/lib/migration/iiif_spec.rb[1:1:2:1] | passed | 0.07158 seconds |
674
- ./spec/lib/migration/iiif_spec.rb[1:1:2:2] | passed | 0.08194 seconds |
675
- ./spec/lib/migration/iiif_spec.rb[1:1:2:3] | passed | 0.08099 seconds |
676
- ./spec/lib/migration/iiif_spec.rb[1:2:1] | passed | 0.0664 seconds |
677
- ./spec/lib/migration/iiif_spec.rb[1:3:1] | passed | 0.01682 seconds |
678
- ./spec/lib/migration/page_language_spec.rb[1:1:1] | passed | 0.05273 seconds |
679
- ./spec/lib/spotlight/controller_spec.rb[1:1:1] | passed | 0.0013 seconds |
680
- ./spec/lib/spotlight/controller_spec.rb[1:2:1] | passed | 0.00078 seconds |
681
- ./spec/lib/spotlight/controller_spec.rb[1:2:2] | passed | 0.00081 seconds |
682
- ./spec/lib/spotlight/controller_spec.rb[1:2:3] | passed | 0.00105 seconds |
683
- ./spec/lib/spotlight/controller_spec.rb[1:2:4] | passed | 0.00079 seconds |
684
- ./spec/lib/spotlight/controller_spec.rb[1:3:1] | passed | 0.00245 seconds |
685
- ./spec/lib/spotlight/controller_spec.rb[1:3:2] | passed | 0.0399 seconds |
686
- ./spec/lib/spotlight/controller_spec.rb[1:3:3] | passed | 0.00072 seconds |
687
- ./spec/lib/spotlight/controller_spec.rb[1:3:4:1] | pending | 0.0009 seconds |
688
- ./spec/lib/spotlight/controller_spec.rb[1:4:1] | passed | 0.00052 seconds |
689
- ./spec/lib/spotlight/controller_spec.rb[1:5:1] | passed | 0.04017 seconds |
690
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:1:1] | passed | 0.00065 seconds |
691
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:1:2] | passed | 0.00056 seconds |
692
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:1:3] | passed | 0.0005 seconds |
693
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:2:1] | passed | 0.00052 seconds |
694
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:3:1] | passed | 0.00098 seconds |
695
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:4:1] | passed | 0.00054 seconds |
696
- ./spec/lib/spotlight/upload_field_config_spec.rb[1:4:2] | passed | 0.00052 seconds |
697
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:1] | passed | 0.01118 seconds |
698
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:2] | passed | 0.00226 seconds |
699
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:3] | passed | 0.0018 seconds |
700
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:4:1] | passed | 0.00223 seconds |
701
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:5] | passed | 0.00217 seconds |
702
- ./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:6:1] | passed | 0.00388 seconds |
703
- ./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:1:1] | passed | 0.04701 seconds |
704
- ./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:1:2] | passed | 0.0485 seconds |
705
- ./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:2:1:1] | passed | 0.04628 seconds |
706
- ./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:2:2:1] | passed | 0.06515 seconds |
707
- ./spec/models/sir_trevor_rails/blocks/browse_group_categories_block_spec.rb[1:1:1] | passed | 0.06444 seconds |
708
- ./spec/models/sir_trevor_rails/blocks/browse_group_categories_block_spec.rb[1:2:1] | passed | 0.06284 seconds |
709
- ./spec/models/sir_trevor_rails/blocks/browse_group_categories_block_spec.rb[1:3:1] | passed | 0.08189 seconds |
710
- ./spec/models/sir_trevor_rails/blocks/browse_group_categories_block_spec.rb[1:3:2] | passed | 0.06688 seconds |
711
- ./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:1:1] | passed | 0.04418 seconds |
712
- ./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:1:2] | passed | 0.04555 seconds |
713
- ./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:2:1] | passed | 0.5835 seconds |
714
- ./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:3:1:1] | unknown | |
715
- ./spec/models/sir_trevor_rails/blocks/search_results_block_spec.rb[1:1:1] | passed | 0.04197 seconds |
716
- ./spec/models/sir_trevor_rails/blocks/search_results_block_spec.rb[1:1:2] | passed | 0.04605 seconds |
717
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:1:1] | passed | 0.0462 seconds |
718
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:1:2] | passed | 0.0472 seconds |
719
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:1] | passed | 0.04541 seconds |
720
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:2] | passed | 0.04608 seconds |
721
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:3] | passed | 0.04774 seconds |
722
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:1] | passed | 0.04696 seconds |
723
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:2] | passed | 0.04664 seconds |
724
- ./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:3] | passed | 0.04505 seconds |
725
- ./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:1:1] | passed | 0.00067 seconds |
726
- ./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:1:2] | passed | 0.00096 seconds |
727
- ./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:2:1] | passed | 0.00071 seconds |
728
- ./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:3:1] | passed | 0.00068 seconds |
729
- ./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:3:2] | passed | 0.00049 seconds |
730
- ./spec/models/solr_document_spec.rb[1:1:1] | passed | 0.00093 seconds |
731
- ./spec/models/solr_document_spec.rb[1:2:1] | passed | 0.0007 seconds |
732
- ./spec/models/solr_document_spec.rb[1:3:1] | passed | 0.04342 seconds |
733
- ./spec/models/solr_document_spec.rb[1:4] | passed | 0.04352 seconds |
734
- ./spec/models/solr_document_spec.rb[1:5] | passed | 0.05288 seconds |
735
- ./spec/models/solr_document_spec.rb[1:6] | passed | 0.00382 seconds |
736
- ./spec/models/solr_document_spec.rb[1:7] | passed | 0.006 seconds |
737
- ./spec/models/solr_document_spec.rb[1:8:1] | passed | 0.00372 seconds |
738
- ./spec/models/solr_document_spec.rb[1:8:2] | passed | 0.0058 seconds |
739
- ./spec/models/solr_document_spec.rb[1:9:1] | passed | 0.03971 seconds |
740
- ./spec/models/solr_document_spec.rb[1:9:2] | passed | 0.07847 seconds |
741
- ./spec/models/solr_document_spec.rb[1:10:1] | passed | 0.04004 seconds |
742
- ./spec/models/solr_document_spec.rb[1:10:2] | passed | 0.05281 seconds |
743
- ./spec/models/solr_document_spec.rb[1:10:3] | passed | 0.03894 seconds |
744
- ./spec/models/solr_document_spec.rb[1:10:4] | passed | 0.04206 seconds |
745
- ./spec/models/solr_document_spec.rb[1:11:1] | passed | 0.05447 seconds |
746
- ./spec/models/solr_document_spec.rb[1:11:2] | passed | 0.07888 seconds |
747
- ./spec/models/solr_document_spec.rb[1:11:3] | passed | 0.08414 seconds |
748
- ./spec/models/solr_document_spec.rb[1:11:4] | passed | 0.05935 seconds |
749
- ./spec/models/solr_document_spec.rb[1:12:1] | passed | 0.03938 seconds |
750
- ./spec/models/solr_document_spec.rb[1:13:1] | passed | 0.04026 seconds |
751
- ./spec/models/solr_document_spec.rb[1:14:1] | passed | 0.04422 seconds |
752
- ./spec/models/solr_document_spec.rb[1:14:2] | passed | 0.04364 seconds |
753
- ./spec/models/solr_document_spec.rb[1:15:1] | passed | 0.04324 seconds |
754
- ./spec/models/solr_document_spec.rb[1:16:1] | passed | 0.00083 seconds |
755
- ./spec/models/solr_document_spec.rb[1:16:2] | passed | 0.00088 seconds |
756
- ./spec/models/solr_document_spec.rb[1:16:3:1] | passed | 0.0008 seconds |
757
- ./spec/models/solr_document_spec.rb[1:16:3:2] | passed | 0.00071 seconds |
758
- ./spec/models/solr_document_spec.rb[1:17:1] | passed | 0.00067 seconds |
759
- ./spec/models/solr_document_spec.rb[1:17:2] | passed | 0.0018 seconds |
760
- ./spec/models/solr_document_spec.rb[1:18:1] | passed | 0.00099 seconds |
761
- ./spec/models/spotlight/ability_spec.rb[1:1:1] | passed | 0.04345 seconds |
762
- ./spec/models/spotlight/ability_spec.rb[1:1:2] | passed | 0.04438 seconds |
763
- ./spec/models/spotlight/ability_spec.rb[1:1:3] | passed | 0.05001 seconds |
764
- ./spec/models/spotlight/ability_spec.rb[1:1:4] | passed | 0.04535 seconds |
765
- ./spec/models/spotlight/ability_spec.rb[1:1:5] | passed | 0.05548 seconds |
766
- ./spec/models/spotlight/ability_spec.rb[1:1:6] | passed | 0.04517 seconds |
767
- ./spec/models/spotlight/ability_spec.rb[1:1:7] | passed | 0.04556 seconds |
768
- ./spec/models/spotlight/ability_spec.rb[1:1:8] | passed | 0.0555 seconds |
769
- ./spec/models/spotlight/ability_spec.rb[1:1:9] | passed | 0.04529 seconds |
770
- ./spec/models/spotlight/ability_spec.rb[1:2:1] | passed | 0.01316 seconds |
771
- ./spec/models/spotlight/ability_spec.rb[1:3:1] | passed | 0.05229 seconds |
772
- ./spec/models/spotlight/ability_spec.rb[1:3:2] | passed | 0.0548 seconds |
773
- ./spec/models/spotlight/ability_spec.rb[1:3:3] | passed | 0.05546 seconds |
774
- ./spec/models/spotlight/ability_spec.rb[1:3:4] | passed | 0.05409 seconds |
775
- ./spec/models/spotlight/ability_spec.rb[1:3:5] | passed | 0.05112 seconds |
776
- ./spec/models/spotlight/ability_spec.rb[1:3:6] | passed | 0.0493 seconds |
777
- ./spec/models/spotlight/ability_spec.rb[1:3:7] | passed | 0.05061 seconds |
778
- ./spec/models/spotlight/ability_spec.rb[1:3:8] | passed | 0.05116 seconds |
779
- ./spec/models/spotlight/ability_spec.rb[1:3:9] | passed | 0.05124 seconds |
780
- ./spec/models/spotlight/ability_spec.rb[1:3:10] | passed | 0.05017 seconds |
781
- ./spec/models/spotlight/ability_spec.rb[1:4:1] | passed | 0.06568 seconds |
782
- ./spec/models/spotlight/ability_spec.rb[1:4:2] | passed | 0.05102 seconds |
783
- ./spec/models/spotlight/ability_spec.rb[1:4:3] | passed | 0.0522 seconds |
784
- ./spec/models/spotlight/ability_spec.rb[1:4:4] | passed | 0.04923 seconds |
785
- ./spec/models/spotlight/ability_spec.rb[1:4:5] | passed | 0.05079 seconds |
786
- ./spec/models/spotlight/ability_spec.rb[1:4:6] | passed | 0.06351 seconds |
787
- ./spec/models/spotlight/ability_spec.rb[1:4:7] | passed | 0.06373 seconds |
788
- ./spec/models/spotlight/ability_spec.rb[1:4:8] | passed | 0.05146 seconds |
789
- ./spec/models/spotlight/ability_spec.rb[1:4:9] | passed | 0.05005 seconds |
790
- ./spec/models/spotlight/ability_spec.rb[1:4:10] | passed | 0.05932 seconds |
791
- ./spec/models/spotlight/ability_spec.rb[1:4:11] | passed | 0.05954 seconds |
792
- ./spec/models/spotlight/ability_spec.rb[1:4:12] | passed | 0.05176 seconds |
793
- ./spec/models/spotlight/ability_spec.rb[1:4:13] | passed | 0.05009 seconds |
794
- ./spec/models/spotlight/ability_spec.rb[1:4:14] | passed | 0.05313 seconds |
795
- ./spec/models/spotlight/ability_spec.rb[1:4:15] | passed | 0.05163 seconds |
796
- ./spec/models/spotlight/ability_spec.rb[1:4:16] | passed | 0.05117 seconds |
797
- ./spec/models/spotlight/ability_spec.rb[1:4:17] | passed | 0.05099 seconds |
798
- ./spec/models/spotlight/ability_spec.rb[1:4:18] | passed | 0.05176 seconds |
799
- ./spec/models/spotlight/ability_spec.rb[1:4:19] | passed | 0.04998 seconds |
800
- ./spec/models/spotlight/ability_spec.rb[1:4:20] | passed | 0.05141 seconds |
801
- ./spec/models/spotlight/ability_spec.rb[1:4:21] | passed | 0.0498 seconds |
802
- ./spec/models/spotlight/ability_spec.rb[1:4:22] | passed | 0.05243 seconds |
803
- ./spec/models/spotlight/ability_spec.rb[1:4:23] | passed | 0.04993 seconds |
804
- ./spec/models/spotlight/ability_spec.rb[1:5:1:1] | passed | 0.05215 seconds |
805
- ./spec/models/spotlight/ability_spec.rb[1:5:1:2] | passed | 0.0513 seconds |
806
- ./spec/models/spotlight/ability_spec.rb[1:5:1:3] | passed | 0.07322 seconds |
807
- ./spec/models/spotlight/ability_spec.rb[1:5:1:4] | passed | 0.05372 seconds |
808
- ./spec/models/spotlight/ability_spec.rb[1:5:1:5] | passed | 0.06712 seconds |
809
- ./spec/models/spotlight/ability_spec.rb[1:5:1:6] | passed | 0.05469 seconds |
810
- ./spec/models/spotlight/ability_spec.rb[1:5:1:7] | passed | 0.05177 seconds |
811
- ./spec/models/spotlight/ability_spec.rb[1:5:1:8] | passed | 0.06914 seconds |
812
- ./spec/models/spotlight/ability_spec.rb[1:5:1:9] | passed | 0.05712 seconds |
813
- ./spec/models/spotlight/ability_spec.rb[1:5:2:1] | passed | 0.05504 seconds |
814
- ./spec/models/spotlight/about_page_spec.rb[1:1] | passed | 0.001 seconds |
815
- ./spec/models/spotlight/about_page_spec.rb[1:2] | passed | 0.0007 seconds |
816
- ./spec/models/spotlight/about_page_spec.rb[1:3] | passed | 0.04532 seconds |
817
- ./spec/models/spotlight/about_page_spec.rb[1:4] | passed | 0.05042 seconds |
818
- ./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:1] | passed | 0.0481 seconds |
819
- ./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:2] | passed | 0.04813 seconds |
820
- ./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:3] | passed | 0.04576 seconds |
821
- ./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:2:1:1] | passed | 0.04796 seconds |
822
- ./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:2:2:1] | passed | 0.04816 seconds |
823
- ./spec/models/spotlight/analytics/ga_spec.rb[1:1] | passed | 0.04687 seconds |
824
- ./spec/models/spotlight/analytics/ga_spec.rb[1:2:1] | passed | 0.00123 seconds |
825
- ./spec/models/spotlight/background_job_progress_spec.rb[1:1:1] | passed | 0.04842 seconds |
826
- ./spec/models/spotlight/background_job_progress_spec.rb[1:2:1] | passed | 0.04789 seconds |
827
- ./spec/models/spotlight/background_job_progress_spec.rb[1:3:1] | passed | 0.04681 seconds |
828
- ./spec/models/spotlight/background_job_progress_spec.rb[1:4:1] | passed | 0.0698 seconds |
829
- ./spec/models/spotlight/background_job_progress_spec.rb[1:4:2] | passed | 0.06861 seconds |
830
- ./spec/models/spotlight/background_job_progress_spec.rb[1:5:1] | passed | 0.04819 seconds |
831
- ./spec/models/spotlight/background_job_progress_spec.rb[1:6:1] | passed | 0.04974 seconds |
832
- ./spec/models/spotlight/background_job_progress_spec.rb[1:7:1] | passed | 0.05159 seconds |
833
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:1] | passed | 0.05417 seconds |
834
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:2] | passed | 0.04632 seconds |
835
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:3] | passed | 0.04386 seconds |
836
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:1] | passed | 0.04199 seconds |
837
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:2] | passed | 0.04032 seconds |
838
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:3] | passed | 0.04506 seconds |
839
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:4] | passed | 0.04647 seconds |
840
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:5] | passed | 0.04646 seconds |
841
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:6] | passed | 0.04348 seconds |
842
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:1] | passed | 0.04281 seconds |
843
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:2] | passed | 0.04604 seconds |
844
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:3] | passed | 0.04777 seconds |
845
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:8:1] | passed | 0.05135 seconds |
846
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:1] | passed | 0.04054 seconds |
847
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:2] | passed | 0.04514 seconds |
848
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:3] | passed | 0.04456 seconds |
849
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:4] | passed | 0.04309 seconds |
850
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:5] | passed | 0.04321 seconds |
851
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:6] | passed | 0.04236 seconds |
852
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:7] | passed | 0.04602 seconds |
853
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:8] | passed | 0.04309 seconds |
854
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:9] | passed | 0.04378 seconds |
855
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:10] | passed | 0.04306 seconds |
856
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:1] | passed | 0.04197 seconds |
857
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:2] | passed | 0.04626 seconds |
858
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:3] | passed | 0.04331 seconds |
859
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:12] | passed | 0.04342 seconds |
860
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:13] | passed | 0.04614 seconds |
861
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:14] | passed | 0.07003 seconds |
862
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:15] | passed | 0.04429 seconds |
863
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:16] | passed | 0.04357 seconds |
864
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:17] | passed | 0.04645 seconds |
865
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:18:1] | passed | 0.04534 seconds |
866
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:1:1] | passed | 0.04386 seconds |
867
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:2:1] | passed | 0.04464 seconds |
868
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:3:1] | passed | 0.04519 seconds |
869
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:4:1] | passed | 0.04505 seconds |
870
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:1] | passed | 0.04291 seconds |
871
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:2] | passed | 0.03958 seconds |
872
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:3] | passed | 0.04608 seconds |
873
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:4] | passed | 0.04348 seconds |
874
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:1] | passed | 0.04118 seconds |
875
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:2] | passed | 0.04185 seconds |
876
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:3] | passed | 0.04457 seconds |
877
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:4] | passed | 0.0455 seconds |
878
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:5] | passed | 0.04407 seconds |
879
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:6:1] | passed | 0.044 seconds |
880
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:1] | passed | 0.04109 seconds |
881
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:2] | passed | 0.05696 seconds |
882
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:3] | passed | 0.04465 seconds |
883
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:1] | passed | 0.04417 seconds |
884
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:2] | passed | 0.04455 seconds |
885
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:1] | passed | 0.04125 seconds |
886
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:2] | passed | 0.04287 seconds |
887
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:3] | passed | 0.04365 seconds |
888
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:4] | passed | 0.04565 seconds |
889
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:12:1] | passed | 0.04053 seconds |
890
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:12:2] | passed | 0.04446 seconds |
891
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:13:1] | passed | 0.04296 seconds |
892
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:13:2] | passed | 0.04373 seconds |
893
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:14:1] | passed | 0.04142 seconds |
894
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:14:2] | passed | 0.04397 seconds |
895
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:15:1] | passed | 0.04475 seconds |
896
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:16:1] | passed | 0.04276 seconds |
897
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:17:1] | passed | 0.06319 seconds |
898
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:18:1:1] | passed | 0.04736 seconds |
899
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:18:1:2] | passed | 0.0484 seconds |
900
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:18:1:3] | passed | 0.049 seconds |
901
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:19:1] | passed | 0.0409 seconds |
902
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:19:2] | passed | 0.04242 seconds |
903
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:20:1] | passed | 0.06134 seconds |
904
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:20:2] | passed | 0.04366 seconds |
905
- ./spec/models/spotlight/blacklight_configuration_spec.rb[1:20:3] | passed | 0.04319 seconds |
906
- ./spec/models/spotlight/browse_category_search_builder_spec.rb[1:1:1] | passed | 0.06341 seconds |
907
- ./spec/models/spotlight/browse_category_search_builder_spec.rb[1:1:2:1] | passed | 0.06084 seconds |
908
- ./spec/models/spotlight/contact_email_spec.rb[1:1] | passed | 0.00154 seconds |
909
- ./spec/models/spotlight/contact_email_spec.rb[1:2:1] | passed | 0.00114 seconds |
910
- ./spec/models/spotlight/contact_email_spec.rb[1:3:1] | passed | 0.00114 seconds |
911
- ./spec/models/spotlight/contact_email_spec.rb[1:3:2:1] | passed | 0.00436 seconds |
912
- ./spec/models/spotlight/contact_email_spec.rb[1:4:1] | passed | 0.01186 seconds |
913
- ./spec/models/spotlight/contact_form_spec.rb[1:1:1] | passed | 0.00337 seconds |
914
- ./spec/models/spotlight/contact_form_spec.rb[1:1:2:1] | passed | 0.00178 seconds |
915
- ./spec/models/spotlight/contact_form_spec.rb[1:1:3:1] | passed | 0.00266 seconds |
916
- ./spec/models/spotlight/contact_form_spec.rb[1:2:1] | passed | 0.00224 seconds |
917
- ./spec/models/spotlight/contact_form_spec.rb[1:2:2:1] | passed | 0.0036 seconds |
918
- ./spec/models/spotlight/contact_form_spec.rb[1:3:1] | passed | 0.00536 seconds |
919
- ./spec/models/spotlight/contact_form_spec.rb[1:3:2] | passed | 0.00507 seconds |
920
- ./spec/models/spotlight/contact_form_spec.rb[1:4:1] | passed | 0.0006 seconds |
921
- ./spec/models/spotlight/contact_form_spec.rb[1:4:2] | passed | 0.00088 seconds |
922
- ./spec/models/spotlight/contact_form_spec.rb[1:4:3] | passed | 0.00052 seconds |
923
- ./spec/models/spotlight/contact_form_spec.rb[1:4:4] | passed | 0.00048 seconds |
924
- ./spec/models/spotlight/contact_image_spec.rb[1:1] | passed | 0.00066 seconds |
925
- ./spec/models/spotlight/contact_spec.rb[1:1:1] | passed | 0.04156 seconds |
926
- ./spec/models/spotlight/contact_spec.rb[1:1:2] | passed | 0.04121 seconds |
927
- ./spec/models/spotlight/contact_spec.rb[1:2:1] | passed | 0.04005 seconds |
928
- ./spec/models/spotlight/contact_spec.rb[1:3:1] | passed | 0.04286 seconds |
929
- ./spec/models/spotlight/custom_field_spec.rb[1:1:1:1:1] | passed | 0.00138 seconds |
930
- ./spec/models/spotlight/custom_field_spec.rb[1:1:2:1:1:1] | passed | 0.03973 seconds |
931
- ./spec/models/spotlight/custom_field_spec.rb[1:1:2:2:1:1] | passed | 0.03821 seconds |
932
- ./spec/models/spotlight/custom_field_spec.rb[1:2:1:1:1] | passed | 0.00074 seconds |
933
- ./spec/models/spotlight/custom_field_spec.rb[1:2:2:1:1] | passed | 0.04445 seconds |
934
- ./spec/models/spotlight/custom_field_spec.rb[1:3:1] | passed | 0.00348 seconds |
935
- ./spec/models/spotlight/custom_field_spec.rb[1:3:2] | passed | 0.00356 seconds |
936
- ./spec/models/spotlight/custom_field_spec.rb[1:3:3] | passed | 0.00439 seconds |
937
- ./spec/models/spotlight/custom_field_spec.rb[1:3:4] | passed | 0.0044 seconds |
938
- ./spec/models/spotlight/custom_field_spec.rb[1:4:1] | passed | 0.0424 seconds |
939
- ./spec/models/spotlight/custom_field_spec.rb[1:4:2:1] | passed | 0.04385 seconds |
940
- ./spec/models/spotlight/custom_field_spec.rb[1:4:3:1] | passed | 0.04209 seconds |
941
- ./spec/models/spotlight/custom_field_spec.rb[1:5:1] | passed | 0.04864 seconds |
942
- ./spec/models/spotlight/custom_field_spec.rb[1:5:2] | passed | 0.04669 seconds |
943
- ./spec/models/spotlight/custom_field_spec.rb[1:5:3] | passed | 0.04993 seconds |
944
- ./spec/models/spotlight/custom_field_spec.rb[1:5:4] | passed | 0.06724 seconds |
945
- ./spec/models/spotlight/custom_field_spec.rb[1:6:1] | passed | 0.05222 seconds |
946
- ./spec/models/spotlight/custom_field_spec.rb[1:6:2] | passed | 0.05882 seconds |
947
- ./spec/models/spotlight/custom_field_spec.rb[1:6:3] | passed | 0.04416 seconds |
948
- ./spec/models/spotlight/custom_search_field_spec.rb[1:1:1:1:1] | passed | 0.00091 seconds |
949
- ./spec/models/spotlight/custom_search_field_spec.rb[1:1:2:1:1:1] | passed | 0.03891 seconds |
950
- ./spec/models/spotlight/custom_search_field_spec.rb[1:1:2:2:1:1] | passed | 0.04048 seconds |
951
- ./spec/models/spotlight/custom_search_field_spec.rb[1:2:1:1:1] | passed | 0.00087 seconds |
952
- ./spec/models/spotlight/custom_search_field_spec.rb[1:2:2:1:1] | passed | 0.04181 seconds |
953
- ./spec/models/spotlight/custom_translation_extension_spec.rb[1:1:1] | passed | 0.03928 seconds |
954
- ./spec/models/spotlight/custom_translation_extension_spec.rb[1:1:2] | passed | 0.10034 seconds |
955
- ./spec/models/spotlight/exhibit_spec.rb[1:1] | passed | 0.00966 seconds |
956
- ./spec/models/spotlight/exhibit_spec.rb[1:2] | passed | 0.01025 seconds |
957
- ./spec/models/spotlight/exhibit_spec.rb[1:3] | passed | 0.04073 seconds |
958
- ./spec/models/spotlight/exhibit_spec.rb[1:4] | passed | 0.02236 seconds |
959
- ./spec/models/spotlight/exhibit_spec.rb[1:5:1] | passed | 0.01843 seconds |
960
- ./spec/models/spotlight/exhibit_spec.rb[1:5:2] | passed | 0.03909 seconds |
961
- ./spec/models/spotlight/exhibit_spec.rb[1:6:1] | passed | 0.00976 seconds |
962
- ./spec/models/spotlight/exhibit_spec.rb[1:7] | passed | 0.0091 seconds |
963
- ./spec/models/spotlight/exhibit_spec.rb[1:8:1] | passed | 0.03908 seconds |
964
- ./spec/models/spotlight/exhibit_spec.rb[1:8:2] | passed | 0.04018 seconds |
965
- ./spec/models/spotlight/exhibit_spec.rb[1:9:1] | passed | 0.042 seconds |
966
- ./spec/models/spotlight/exhibit_spec.rb[1:9:2] | passed | 0.04049 seconds |
967
- ./spec/models/spotlight/exhibit_spec.rb[1:10:1] | passed | 0.01116 seconds |
968
- ./spec/models/spotlight/exhibit_spec.rb[1:11:1] | passed | 0.05113 seconds |
969
- ./spec/models/spotlight/exhibit_spec.rb[1:11:2:1] | passed | 0.07292 seconds |
970
- ./spec/models/spotlight/exhibit_spec.rb[1:11:2:2] | passed | 0.05947 seconds |
971
- ./spec/models/spotlight/exhibit_spec.rb[1:12:1:1] | passed | 0.00954 seconds |
972
- ./spec/models/spotlight/exhibit_spec.rb[1:12:2:1] | passed | 0.00897 seconds |
973
- ./spec/models/spotlight/exhibit_spec.rb[1:13:1] | passed | 0.05163 seconds |
974
- ./spec/models/spotlight/exhibit_spec.rb[1:13:2] | passed | 0.04371 seconds |
975
- ./spec/models/spotlight/exhibit_spec.rb[1:14:1] | passed | 0.05812 seconds |
976
- ./spec/models/spotlight/exhibit_spec.rb[1:15:1:1] | passed | 0.04252 seconds |
977
- ./spec/models/spotlight/exhibit_spec.rb[1:15:2:1] | passed | 0.03904 seconds |
978
- ./spec/models/spotlight/exhibit_spec.rb[1:15:3:1] | passed | 0.03889 seconds |
979
- ./spec/models/spotlight/exhibit_spec.rb[1:16:1] | passed | 0.0405 seconds |
980
- ./spec/models/spotlight/exhibit_spec.rb[1:17:1] | passed | 0.04046 seconds |
981
- ./spec/models/spotlight/exhibit_spec.rb[1:18:1] | passed | 0.04173 seconds |
982
- ./spec/models/spotlight/exhibit_spec.rb[1:19:1] | passed | 0.01031 seconds |
983
- ./spec/models/spotlight/exhibit_spec.rb[1:19:2] | passed | 0.0123 seconds |
984
- ./spec/models/spotlight/exhibit_spec.rb[1:19:3:1] | passed | 0.0113 seconds |
985
- ./spec/models/spotlight/exhibit_spec.rb[1:19:4:1] | passed | 0.0122 seconds |
986
- ./spec/models/spotlight/exhibit_spec.rb[1:20:1:1] | passed | 0.05048 seconds |
987
- ./spec/models/spotlight/exhibit_spec.rb[1:20:2:1] | passed | 0.00946 seconds |
988
- ./spec/models/spotlight/exhibit_spec.rb[1:21:1] | passed | 0.00851 seconds |
989
- ./spec/models/spotlight/exhibit_spec.rb[1:22] | passed | 0.01007 seconds |
990
- ./spec/models/spotlight/exhibit_spec.rb[1:23:1] | passed | 0.04575 seconds |
991
- ./spec/models/spotlight/exhibit_spec.rb[1:23:2] | passed | 0.04898 seconds |
992
- ./spec/models/spotlight/exhibit_spec.rb[1:23:3] | passed | 0.046 seconds |
993
- ./spec/models/spotlight/exhibit_spec.rb[1:23:4] | passed | 0.08402 seconds |
994
- ./spec/models/spotlight/exhibit_thumbnail_spec.rb[1:1] | passed | 0.00098 seconds |
995
- ./spec/models/spotlight/feature_page_spec.rb[1:1:1] | passed | 0.33973 seconds |
996
- ./spec/models/spotlight/feature_page_spec.rb[1:2:1] | passed | 0.07806 seconds |
997
- ./spec/models/spotlight/feature_page_spec.rb[1:2:2] | passed | 0.0687 seconds |
998
- ./spec/models/spotlight/feature_page_spec.rb[1:2:3] | passed | 0.07537 seconds |
999
- ./spec/models/spotlight/feature_page_spec.rb[1:3:1] | passed | 0.00085 seconds |
1000
- ./spec/models/spotlight/feature_page_spec.rb[1:3:2] | passed | 0.04263 seconds |
1001
- ./spec/models/spotlight/feature_page_spec.rb[1:3:3] | passed | 0.04535 seconds |
1002
- ./spec/models/spotlight/feature_page_spec.rb[1:4] | passed | 0.00575 seconds |
1003
- ./spec/models/spotlight/feature_page_spec.rb[1:5] | passed | 0.0038 seconds |
1004
- ./spec/models/spotlight/feature_page_spec.rb[1:6:1] | passed | 0.0597 seconds |
1005
- ./spec/models/spotlight/feature_page_spec.rb[1:6:2] | passed | 0.06212 seconds |
1006
- ./spec/models/spotlight/feature_page_spec.rb[1:6:3] | passed | 0.06309 seconds |
1007
- ./spec/models/spotlight/featured_image_spec.rb[1:1:1] | passed | 0.1054 seconds |
1008
- ./spec/models/spotlight/featured_image_spec.rb[1:2:1] | passed | 0.01621 seconds |
1009
- ./spec/models/spotlight/featured_image_spec.rb[1:3:1:1] | passed | 0.0007 seconds |
1010
- ./spec/models/spotlight/featured_image_spec.rb[1:3:1:2] | passed | 0.00062 seconds |
1011
- ./spec/models/spotlight/featured_image_spec.rb[1:3:1:3:1] | passed | 0.01537 seconds |
1012
- ./spec/models/spotlight/featured_image_spec.rb[1:3:2:1] | passed | 0.00123 seconds |
1013
- ./spec/models/spotlight/featured_image_spec.rb[1:3:2:2] | passed | 0.00066 seconds |
1014
- ./spec/models/spotlight/featured_image_spec.rb[1:4:1] | passed | 0.00423 seconds |
1015
- ./spec/models/spotlight/featured_image_spec.rb[1:4:2] | passed | 0.0059 seconds |
1016
- ./spec/models/spotlight/featured_image_spec.rb[1:4:3] | passed | 0.00275 seconds |
1017
- ./spec/models/spotlight/featured_image_spec.rb[1:5:1] | passed | 0.00066 seconds |
1018
- ./spec/models/spotlight/featured_image_spec.rb[1:5:2] | passed | 0.00118 seconds |
1019
- ./spec/models/spotlight/field_metadata_spec.rb[1:1:1] | passed | 0.04174 seconds |
1020
- ./spec/models/spotlight/field_metadata_spec.rb[1:1:2] | passed | 0.042 seconds |
1021
- ./spec/models/spotlight/field_metadata_spec.rb[1:1:3:1] | passed | 0.04233 seconds |
1022
- ./spec/models/spotlight/filter_spec.rb[1:1:1] | passed | 0.00067 seconds |
1023
- ./spec/models/spotlight/filter_spec.rb[1:2:1] | passed | 0.00057 seconds |
1024
- ./spec/models/spotlight/group_spec.rb[1:1:1] | passed | 0.25701 seconds |
1025
- ./spec/models/spotlight/group_spec.rb[1:1:2] | passed | 0.29392 seconds |
1026
- ./spec/models/spotlight/home_page_spec.rb[1:1] | passed | 0.00086 seconds |
1027
- ./spec/models/spotlight/home_page_spec.rb[1:2] | passed | 0.00118 seconds |
1028
- ./spec/models/spotlight/home_page_spec.rb[1:3] | passed | 0.04928 seconds |
1029
- ./spec/models/spotlight/home_page_spec.rb[1:4] | passed | 0.0608 seconds |
1030
- ./spec/models/spotlight/home_page_spec.rb[1:5:1] | passed | 0.04623 seconds |
1031
- ./spec/models/spotlight/home_page_spec.rb[1:6:1] | passed | 0.04546 seconds |
1032
- ./spec/models/spotlight/home_page_spec.rb[1:7:1] | passed | 0.0434 seconds |
1033
- ./spec/models/spotlight/language_spec.rb[1:1:1] | passed | 0.00067 seconds |
1034
- ./spec/models/spotlight/language_spec.rb[1:1:2] | passed | 0.00051 seconds |
1035
- ./spec/models/spotlight/language_spec.rb[1:2:1] | passed | 0.05592 seconds |
1036
- ./spec/models/spotlight/language_spec.rb[1:2:2] | passed | 0.04558 seconds |
1037
- ./spec/models/spotlight/main_navigation_spec.rb[1:1] | passed | 0.04096 seconds |
1038
- ./spec/models/spotlight/main_navigation_spec.rb[1:2] | passed | 0.04098 seconds |
1039
- ./spec/models/spotlight/masthead_spec.rb[1:1:1] | passed | 0.00106 seconds |
1040
- ./spec/models/spotlight/masthead_spec.rb[1:2:1:1] | passed | 0.0008 seconds |
1041
- ./spec/models/spotlight/masthead_spec.rb[1:2:2:1] | passed | 0.00116 seconds |
1042
- ./spec/models/spotlight/masthead_spec.rb[1:2:3:1:1] | passed | 0.00079 seconds |
1043
- ./spec/models/spotlight/masthead_spec.rb[1:2:3:2:1] | passed | 0.00086 seconds |
1044
- ./spec/models/spotlight/page_configurations_spec.rb[1:1:1] | passed | 0.06774 seconds |
1045
- ./spec/models/spotlight/page_configurations_spec.rb[1:2:1] | passed | 0.05572 seconds |
1046
- ./spec/models/spotlight/page_configurations_spec.rb[1:2:2] | passed | 0.05845 seconds |
1047
- ./spec/models/spotlight/page_spec.rb[1:1:1] | passed | 0.05204 seconds |
1048
- ./spec/models/spotlight/page_spec.rb[1:2:1] | passed | 0.04992 seconds |
1049
- ./spec/models/spotlight/page_spec.rb[1:3] | passed | 0.04943 seconds |
1050
- ./spec/models/spotlight/page_spec.rb[1:4:1] | passed | 0.05028 seconds |
1051
- ./spec/models/spotlight/page_spec.rb[1:5:1] | passed | 0.04723 seconds |
1052
- ./spec/models/spotlight/page_spec.rb[1:5:2] | passed | 0.05075 seconds |
1053
- ./spec/models/spotlight/page_spec.rb[1:6:1] | passed | 0.05094 seconds |
1054
- ./spec/models/spotlight/page_spec.rb[1:7:1] | passed | 0.09428 seconds |
1055
- ./spec/models/spotlight/page_spec.rb[1:8:1] | passed | 0.56683 seconds |
1056
- ./spec/models/spotlight/page_spec.rb[1:8:2:1] | passed | 0.57035 seconds |
1057
- ./spec/models/spotlight/page_spec.rb[1:9:1] | passed | 0.11074 seconds |
1058
- ./spec/models/spotlight/page_spec.rb[1:9:2] | passed | 0.09895 seconds |
1059
- ./spec/models/spotlight/page_spec.rb[1:9:3:1] | unknown | |
1060
- ./spec/models/spotlight/page_spec.rb[1:10:1] | passed | 0.09713 seconds |
1061
- ./spec/models/spotlight/page_spec.rb[1:10:2] | passed | 0.09735 seconds |
1062
- ./spec/models/spotlight/page_spec.rb[1:11:1] | passed | 0.09952 seconds |
1063
- ./spec/models/spotlight/page_spec.rb[1:11:2] | passed | 0.10255 seconds |
1064
- ./spec/models/spotlight/page_spec.rb[1:12:1] | passed | 0.05473 seconds |
1065
- ./spec/models/spotlight/page_spec.rb[1:12:2] | passed | 0.06254 seconds |
1066
- ./spec/models/spotlight/page_spec.rb[1:12:3] | unknown | |
1067
- ./spec/models/spotlight/page_spec.rb[1:12:4:1] | unknown | |
1068
- ./spec/models/spotlight/page_spec.rb[1:13:1] | passed | 0.13522 seconds |
1069
- ./spec/models/spotlight/page_spec.rb[1:13:2] | unknown | |
1070
- ./spec/models/spotlight/page_spec.rb[1:14:1] | passed | 0.06414 seconds |
1071
- ./spec/models/spotlight/page_spec.rb[1:15:1] | passed | 0.06202 seconds |
1072
- ./spec/models/spotlight/page_spec.rb[1:16:1] | passed | 0.08504 seconds |
1073
- ./spec/models/spotlight/page_spec.rb[1:16:2] | passed | 0.08853 seconds |
1074
- ./spec/models/spotlight/page_spec.rb[1:16:3] | passed | 0.08633 seconds |
1075
- ./spec/models/spotlight/page_spec.rb[1:16:4] | passed | 0.08832 seconds |
1076
- ./spec/models/spotlight/page_spec.rb[1:16:5:1] | unknown | |
1077
- ./spec/models/spotlight/page_spec.rb[1:16:6:1] | unknown | |
1078
- ./spec/models/spotlight/page_spec.rb[1:16:7:1] | unknown | |
1079
- ./spec/models/spotlight/page_spec.rb[1:17:1] | unknown | |
1080
- ./spec/models/spotlight/page_spec.rb[1:17:2] | unknown | |
1081
- ./spec/models/spotlight/page_spec.rb[1:17:3] | unknown | |
1082
- ./spec/models/spotlight/page_spec.rb[1:17:4] | unknown | |
1083
- ./spec/models/spotlight/page_spec.rb[1:17:5] | unknown | |
1084
- ./spec/models/spotlight/resource_spec.rb[1:1:1] | passed | 0.04172 seconds |
1085
- ./spec/models/spotlight/resource_spec.rb[1:1:2] | passed | 0.04144 seconds |
1086
- ./spec/models/spotlight/resource_spec.rb[1:1:3] | passed | 0.0412 seconds |
1087
- ./spec/models/spotlight/resource_spec.rb[1:1:4:1] | passed | 0.04172 seconds |
1088
- ./spec/models/spotlight/resource_spec.rb[1:2:1] | passed | 0.04182 seconds |
1089
- ./spec/models/spotlight/resource_spec.rb[1:3:1] | passed | 0.23742 seconds |
1090
- ./spec/models/spotlight/resource_spec.rb[1:3:2] | passed | 0.07982 seconds |
1091
- ./spec/models/spotlight/resource_spec.rb[1:3:3] | passed | 0.13751 seconds |
1092
- ./spec/models/spotlight/resource_spec.rb[1:3:4] | passed | 0.09456 seconds |
1093
- ./spec/models/spotlight/resource_spec.rb[1:3:5] | passed | 0.08111 seconds |
1094
- ./spec/models/spotlight/resource_spec.rb[1:3:6:1] | passed | 0.07686 seconds |
1095
- ./spec/models/spotlight/resource_spec.rb[1:3:7] | passed | 0.0797 seconds |
1096
- ./spec/models/spotlight/resource_spec.rb[1:3:8:1] | passed | 0.07758 seconds |
1097
- ./spec/models/spotlight/resource_spec.rb[1:4] | passed | 0.04106 seconds |
1098
- ./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:1:1:1] | passed | 0.06039 seconds |
1099
- ./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:1:2:1] | passed | 0.07919 seconds |
1100
- ./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:2:1] | passed | 0.36393 seconds |
1101
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:1:1] | passed | 0.06093 seconds |
1102
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:2:1] | passed | 0.07737 seconds |
1103
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:2:2] | passed | 0.07316 seconds |
1104
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:3:1:1] | passed | 0.07303 seconds |
1105
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:3:2:1] | passed | 0.07001 seconds |
1106
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:4:1] | passed | 0.06908 seconds |
1107
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:5:1] | passed | 0.06712 seconds |
1108
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:6:1] | passed | 0.07476 seconds |
1109
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:7:1] | passed | 0.07599 seconds |
1110
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:8:1] | passed | 0.05942 seconds |
1111
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:1] | passed | 0.06603 seconds |
1112
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:2] | passed | 0.06669 seconds |
1113
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:3] | passed | 0.06696 seconds |
1114
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:4] | passed | 0.07272 seconds |
1115
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:5] | passed | 0.06706 seconds |
1116
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:6] | passed | 0.06718 seconds |
1117
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:7] | passed | 0.07748 seconds |
1118
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:8:1] | passed | 0.05625 seconds |
1119
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:1:1] | passed | 0.0602 seconds |
1120
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:1] | passed | 0.05966 seconds |
1121
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:2] | passed | 0.05902 seconds |
1122
- ./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:3] | passed | 0.05996 seconds |
1123
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:1:1] | passed | 0.005 seconds |
1124
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:1:2] | passed | 0.00628 seconds |
1125
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:2:1] | passed | 0.00783 seconds |
1126
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:1] | passed | 0.01213 seconds |
1127
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:2] | passed | 0.01241 seconds |
1128
- ./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:3] | passed | 0.01191 seconds |
1129
- ./spec/models/spotlight/resources/upload_spec.rb[1:1:1] | passed | 0.04019 seconds |
1130
- ./spec/models/spotlight/resources/upload_spec.rb[1:1:2:1] | passed | 0.04608 seconds |
1131
- ./spec/models/spotlight/resources/upload_spec.rb[1:2:1] | passed | 0.04057 seconds |
1132
- ./spec/models/spotlight/resources/upload_spec.rb[1:3:1] | passed | 0.048 seconds |
1133
- ./spec/models/spotlight/resources/upload_spec.rb[1:4:1] | passed | 0.05114 seconds |
1134
- ./spec/models/spotlight/resources/upload_spec.rb[1:4:2] | passed | 0.05319 seconds |
1135
- ./spec/models/spotlight/resources/web_spec.rb[1:1:1] | passed | 0.00728 seconds |
1136
- ./spec/models/spotlight/resources/web_spec.rb[1:2:1] | passed | 0.00078 seconds |
1137
- ./spec/models/spotlight/role_spec.rb[1:1:1:1] | passed | 0.01368 seconds |
1138
- ./spec/models/spotlight/role_spec.rb[1:1:2:1:1] | passed | 0.01243 seconds |
1139
- ./spec/models/spotlight/role_spec.rb[1:1:2:2:1] | passed | 0.00577 seconds |
1140
- ./spec/models/spotlight/role_spec.rb[1:1:2:3:1] | passed | 0.00657 seconds |
1141
- ./spec/models/spotlight/search_spec.rb[1:1:1] | passed | 0.07309 seconds |
1142
- ./spec/models/spotlight/search_spec.rb[1:2:1] | passed | 0.19591 seconds |
1143
- ./spec/models/spotlight/search_spec.rb[1:3:1] | passed | 0.15727 seconds |
1144
- ./spec/models/spotlight/search_spec.rb[1:4:1] | passed | 0.05323 seconds |
1145
- ./spec/models/spotlight/search_spec.rb[1:4:2] | passed | 0.06021 seconds |
1146
- ./spec/models/spotlight/search_spec.rb[1:4:3:1] | passed | 0.05102 seconds |
1147
- ./spec/models/spotlight/search_spec.rb[1:5:1] | passed | 0.04901 seconds |
1148
- ./spec/models/spotlight/search_spec.rb[1:5:2:1] | passed | 0.0473 seconds |
1149
- ./spec/models/spotlight/search_spec.rb[1:6:1] | passed | 0.05219 seconds |
1150
- ./spec/models/spotlight/search_spec.rb[1:7:1] | passed | 0.03937 seconds |
1151
- ./spec/models/spotlight/search_spec.rb[1:7:2] | passed | 0.04008 seconds |
1152
- ./spec/models/spotlight/search_spec.rb[1:8:1] | passed | 0.18794 seconds |
1153
- ./spec/models/spotlight/search_spec.rb[1:8:2] | passed | 0.18374 seconds |
1154
- ./spec/models/spotlight/site_spec.rb[1:1:1] | passed | 0.00246 seconds |
1155
- ./spec/models/spotlight/sitemap_spec.rb[1:1:1] | passed | 0.1341 seconds |
1156
- ./spec/models/spotlight/sitemap_spec.rb[1:2:1] | passed | 0.0408 seconds |
1157
- ./spec/models/spotlight/sitemap_spec.rb[1:3:1] | passed | 0.0402 seconds |
1158
- ./spec/models/spotlight/sitemap_spec.rb[1:3:2] | passed | 0.0411 seconds |
1159
- ./spec/models/spotlight/sitemap_spec.rb[1:4:1] | passed | 0.04372 seconds |
1160
- ./spec/models/spotlight/sitemap_spec.rb[1:5:1] | passed | 0.05949 seconds |
1161
- ./spec/models/spotlight/sitemap_spec.rb[1:5:2] | passed | 0.0592 seconds |
1162
- ./spec/models/spotlight/sitemap_spec.rb[1:6:1] | passed | 0.04435 seconds |
1163
- ./spec/models/spotlight/sitemap_spec.rb[1:7:1] | passed | 0.05292 seconds |
1164
- ./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:1:1] | passed | 0.00106 seconds |
1165
- ./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:2] | passed | 0.00117 seconds |
1166
- ./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:3] | passed | 0.00091 seconds |
1167
- ./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:4] | passed | 0.00111 seconds |
1168
- ./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:1:1] | passed | 0.00081 seconds |
1169
- ./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:1:2] | passed | 0.00058 seconds |
1170
- ./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:2:1] | passed | 0.00122 seconds |
1171
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:1:1] | passed | 0.04744 seconds |
1172
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:2:1] | passed | 0.04669 seconds |
1173
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:3:1] | passed | 0.05034 seconds |
1174
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:4:1:1] | passed | 0.04783 seconds |
1175
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:1:1] | passed | 0.04875 seconds |
1176
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:2:1] | passed | 0.04798 seconds |
1177
- ./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:3:1] | passed | 0.08503 seconds |
1178
- ./spec/models/spotlight/user_spec.rb[1:1:1] | passed | 0.02336 seconds |
1179
- ./spec/models/spotlight/user_spec.rb[1:1:2] | passed | 0.00117 seconds |
1180
- ./spec/models/spotlight/user_spec.rb[1:1:3] | passed | 0.01847 seconds |
1181
- ./spec/models/translation_spec.rb[1:1:1] | passed | 0.08106 seconds |
1182
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:1:1] | passed | 0.01229 seconds |
1183
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:2:1] | passed | 0.01178 seconds |
1184
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:3:1] | passed | 0.01286 seconds |
1185
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:4:1] | passed | 0.01387 seconds |
1186
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:5:1] | passed | 0.01272 seconds |
1187
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:6:1] | passed | 0.01218 seconds |
1188
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:7:1] | passed | 0.01167 seconds |
1189
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:8:1] | passed | 0.01373 seconds |
1190
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:2:1:1] | passed | 0.01104 seconds |
1191
- ./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:2:2:1] | passed | 0.01062 seconds |
1192
- ./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:1] | passed | 0.00104 seconds |
1193
- ./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:2] | passed | 0.0012 seconds |
1194
- ./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:3] | passed | 0.0009 seconds |
1195
- ./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:4:1] | passed | 0.24708 seconds |
1196
- ./spec/routing/spotlight/featured_images_spec.rb[1:1:1] | passed | 0.01027 seconds |
1197
- ./spec/routing/spotlight/featured_images_spec.rb[1:1:2] | passed | 0.00084 seconds |
1198
- ./spec/routing/spotlight/featured_images_spec.rb[1:1:3] | passed | 0.00075 seconds |
1199
- ./spec/routing/spotlight/featured_images_spec.rb[1:1:4] | passed | 0.001 seconds |
1200
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:1] | passed | 0.00112 seconds |
1201
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:2] | passed | 0.00133 seconds |
1202
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:3] | passed | 0.00099 seconds |
1203
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:4] | passed | 0.00136 seconds |
1204
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:5] | passed | 0.00106 seconds |
1205
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:6] | passed | 0.00116 seconds |
1206
- ./spec/routing/spotlight/pages_routing_spec.rb[1:1:7] | passed | 0.00132 seconds |
1207
- ./spec/services/spotlight/bulk_updates_csv_template_service_spec.rb[1:1:1] | passed | 0.18679 seconds |
1208
- ./spec/services/spotlight/bulk_updates_csv_template_service_spec.rb[1:1:2] | passed | 0.15508 seconds |
1209
- ./spec/services/spotlight/carrierwave_file_resolver_spec.rb[1:1:1] | passed | 0.00882 seconds |
1210
- ./spec/services/spotlight/clone_translated_page_from_locale_spec.rb[1:1] | passed | 0.0588 seconds |
1211
- ./spec/services/spotlight/clone_translated_page_from_locale_spec.rb[1:2:1] | passed | 0.069 seconds |
1212
- ./spec/services/spotlight/etl/context_spec.rb[1:1:1] | passed | 0.00104 seconds |
1213
- ./spec/services/spotlight/etl/context_spec.rb[1:2:1] | passed | 0.00065 seconds |
1214
- ./spec/services/spotlight/etl/context_spec.rb[1:3:1:1] | passed | 0.00096 seconds |
1215
- ./spec/services/spotlight/etl/context_spec.rb[1:3:2:1] | passed | 0.00098 seconds |
1216
- ./spec/services/spotlight/etl/context_spec.rb[1:3:3:1] | passed | 0.00083 seconds |
1217
- ./spec/services/spotlight/etl/context_spec.rb[1:3:4:1] | passed | 0.0007 seconds |
1218
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:1] | passed | 0.0014 seconds |
1219
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:2] | passed | 0.00111 seconds |
1220
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:3] | passed | 0.00169 seconds |
1221
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:4] | passed | 0.00137 seconds |
1222
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:5] | passed | 0.00188 seconds |
1223
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:6] | passed | 0.00103 seconds |
1224
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:7] | passed | 0.0017 seconds |
1225
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:8:1] | passed | 0.00211 seconds |
1226
- ./spec/services/spotlight/etl/executor_spec.rb[1:1:8:2] | passed | 0.00145 seconds |
1227
- ./spec/services/spotlight/etl/executor_spec.rb[1:2:1] | passed | 0.00077 seconds |
1228
- ./spec/services/spotlight/etl/pipeline_spec.rb[1:1:1] | passed | 0.00091 seconds |
1229
- ./spec/services/spotlight/etl/pipeline_spec.rb[1:2:1] | passed | 0.00087 seconds |
1230
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:1:1] | passed | 0.0009 seconds |
1231
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:1:2] | passed | 0.0007 seconds |
1232
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:2:1] | passed | 0.00073 seconds |
1233
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:2:2] | passed | 0.00079 seconds |
1234
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:2:3:1] | passed | 0.00103 seconds |
1235
- ./spec/services/spotlight/etl/solr_loader_spec.rb[1:2:3:2] | passed | 0.00093 seconds |
1236
- ./spec/services/spotlight/etl/step_spec.rb[1:1:1] | passed | 0.00062 seconds |
1237
- ./spec/services/spotlight/etl/step_spec.rb[1:1:2] | passed | 0.00054 seconds |
1238
- ./spec/services/spotlight/etl/step_spec.rb[1:1:3:1] | passed | 0.00075 seconds |
1239
- ./spec/services/spotlight/etl/step_spec.rb[1:1:4:1] | passed | 0.00105 seconds |
1240
- ./spec/services/spotlight/etl/step_spec.rb[1:1:4:2] | passed | 0.00091 seconds |
1241
- ./spec/services/spotlight/etl/step_spec.rb[1:2:1] | passed | 0.00056 seconds |
1242
- ./spec/services/spotlight/etl/step_spec.rb[1:2:2:1] | passed | 0.00093 seconds |
1243
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:1] | passed | 0.06001 seconds |
1244
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:2] | passed | 0.07793 seconds |
1245
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:3] | passed | 0.05559 seconds |
1246
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:4] | passed | 0.05518 seconds |
1247
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:5] | passed | 0.05868 seconds |
1248
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:6] | passed | 0.05832 seconds |
1249
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:7] | passed | 0.06061 seconds |
1250
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:8] | passed | 0.06159 seconds |
1251
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:9] | passed | 0.05846 seconds |
1252
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:10] | passed | 0.06248 seconds |
1253
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:11] | passed | 0.06149 seconds |
1254
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:12] | passed | 0.06012 seconds |
1255
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:13] | passed | 0.05914 seconds |
1256
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:14] | passed | 0.05918 seconds |
1257
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15] | passed | 0.26776 seconds |
1258
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:1] | passed | 0.32166 seconds |
1259
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:2:1] | passed | 0.14904 seconds |
1260
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:3] | passed | 0.14708 seconds |
1261
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:4] | passed | 0.16244 seconds |
1262
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:5:1] | passed | 0.14764 seconds |
1263
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:6] | passed | 0.14863 seconds |
1264
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:7] | passed | 0.14934 seconds |
1265
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:8:1:1] | passed | 0.17576 seconds |
1266
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:8:2:1] | passed | 0.14919 seconds |
1267
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:9:1] | passed | 0.15133 seconds |
1268
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:9:2] | passed | 0.16151 seconds |
1269
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:10] | passed | 0.15041 seconds |
1270
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:11:1] | passed | 0.1478 seconds |
1271
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:12] | passed | 0.192 seconds |
1272
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:13:1] | passed | 0.15865 seconds |
1273
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:14:1] | passed | 0.18556 seconds |
1274
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:14:2] | passed | 0.18996 seconds |
1275
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:14:3] | passed | 0.18366 seconds |
1276
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:14:4:1] | passed | 0.22506 seconds |
1277
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:15] | passed | 0.2145 seconds |
1278
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:16] | passed | 0.17553 seconds |
1279
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:1] | passed | 0.23394 seconds |
1280
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:2] | passed | 0.23341 seconds |
1281
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:3] | passed | 0.235 seconds |
1282
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:4:1] | passed | 0.2415 seconds |
1283
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:5:1] | passed | 0.12976 seconds |
1284
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:5:2] | passed | 0.2335 seconds |
1285
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:6:1] | passed | 0.2374 seconds |
1286
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:6:2] | passed | 0.25536 seconds |
1287
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:7:1] | passed | 0.27471 seconds |
1288
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:17:7:2] | passed | 0.27583 seconds |
1289
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:18:1] | passed | 0.17075 seconds |
1290
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:19:1] | passed | 0.18229 seconds |
1291
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:1] | passed | 0.35141 seconds |
1292
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:2] | passed | 0.26748 seconds |
1293
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:18:1:1] | passed | 0.15758 seconds |
1294
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:18:1:2] | passed | 0.14507 seconds |
1295
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:18:2:1] | passed | 0.16308 seconds |
1296
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:18:2:2] | passed | 0.1552 seconds |
1297
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:19:1] | passed | 0.04098 seconds |
1298
- ./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:20:1] | passed | 0.04812 seconds |
1299
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:1:1] | passed | 0.02213 seconds |
1300
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:2:1] | passed | 0.00899 seconds |
1301
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:2:2] | passed | 0.00917 seconds |
1302
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:1:1] | passed | 0.0094 seconds |
1303
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:2:1] | passed | 0.00868 seconds |
1304
- ./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:3:1] | passed | 0.00873 seconds |
1305
- ./spec/services/spotlight/invite_users_service_spec.rb[1:1:1] | passed | 0.08763 seconds |
1306
- ./spec/services/spotlight/invite_users_service_spec.rb[1:2:1] | passed | 0.08612 seconds |
1307
- ./spec/services/spotlight/invite_users_service_spec.rb[1:3:1] | passed | 0.10059 seconds |
1308
- ./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:1] | passed | 0.00073 seconds |
1309
- ./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:2] | passed | 0.00056 seconds |
1310
- ./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:3] | passed | 0.00055 seconds |
1311
- ./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:4] | passed | 0.00055 seconds |
1312
- ./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:1:1] | passed | 0.00841 seconds |
1313
- ./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:1] | passed | 0.00748 seconds |
1314
- ./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:2] | passed | 0.00836 seconds |
1315
- ./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:3] | passed | 0.00801 seconds |
1316
- ./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:4] | passed | 0.00853 seconds |
1317
- ./spec/views/shared/_analytics.html.erb_spec.rb[1:1] | passed | 0.00838 seconds |
1318
- ./spec/views/shared/_analytics.html.erb_spec.rb[1:2] | passed | 0.00785 seconds |
1319
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:1] | passed | 0.06686 seconds |
1320
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:2] | passed | 0.062 seconds |
1321
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:3] | passed | 0.0684 seconds |
1322
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:4] | passed | 0.07434 seconds |
1323
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:5] | passed | 0.08866 seconds |
1324
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:6] | passed | 0.06445 seconds |
1325
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:7] | passed | 0.06991 seconds |
1326
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:8] | passed | 0.07424 seconds |
1327
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:9] | passed | 0.09091 seconds |
1328
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:10] | passed | 0.06075 seconds |
1329
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:11] | passed | 0.07424 seconds |
1330
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:12] | passed | 0.06807 seconds |
1331
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:13] | passed | 0.06003 seconds |
1332
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:14] | passed | 0.06801 seconds |
1333
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:15] | passed | 0.06794 seconds |
1334
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:16] | passed | 0.05598 seconds |
1335
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:17] | passed | 0.05415 seconds |
1336
- ./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:18] | passed | 0.05323 seconds |
1337
- ./spec/views/shared/_header_navbar.html.erb_spec.rb[1:1] | passed | 0.01233 seconds |
1338
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:1] | passed | 0.05544 seconds |
1339
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:2:1] | passed | 0.04936 seconds |
1340
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:3] | passed | 0.04814 seconds |
1341
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:4:1] | passed | 0.05931 seconds |
1342
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:4:2] | passed | 0.07603 seconds |
1343
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:5:1] | passed | 0.05906 seconds |
1344
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:5:2] | passed | 0.0575 seconds |
1345
- ./spec/views/shared/_masthead.html.erb_spec.rb[1:6:1] | passed | 0.05092 seconds |
1346
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:1:1] | passed | 0.0573 seconds |
1347
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:2:1] | passed | 0.05323 seconds |
1348
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:3:1] | passed | 0.05608 seconds |
1349
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:4:1] | passed | 0.05765 seconds |
1350
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:5:1] | passed | 0.0569 seconds |
1351
- ./spec/views/shared/_user_util_links.html.erb_spec.rb[1:6:1] | passed | 0.05709 seconds |
1352
- ./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.00358 seconds |
1353
- ./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:2:1] | passed | 0.00294 seconds |
1354
- ./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:2:2] | passed | 0.00343 seconds |
1355
- ./spec/views/spotlight/about_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.07218 seconds |
1356
- ./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:1] | passed | 0.11214 seconds |
1357
- ./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:2:1] | passed | 0.02459 seconds |
1358
- ./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:2:2] | passed | 0.0258 seconds |
1359
- ./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:1] | passed | 0.47616 seconds |
1360
- ./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:2] | passed | 0.10134 seconds |
1361
- ./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:3] | passed | 0.09486 seconds |
1362
- ./spec/views/spotlight/browse/index.html.erb_spec.rb[1:1] | passed | 0.05664 seconds |
1363
- ./spec/views/spotlight/browse/index.html.erb_spec.rb[1:2] | passed | 0.11198 seconds |
1364
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:1] | passed | 0.16232 seconds |
1365
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:2] | passed | 0.10152 seconds |
1366
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:3] | passed | 0.10095 seconds |
1367
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:4] | passed | 0.10535 seconds |
1368
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:5] | passed | 0.10399 seconds |
1369
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:6] | passed | 0.10611 seconds |
1370
- ./spec/views/spotlight/browse/show.html.erb_spec.rb[1:7] | passed | 0.12989 seconds |
1371
- ./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:1] | passed | 0.06722 seconds |
1372
- ./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:2] | passed | 0.05364 seconds |
1373
- ./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:3] | passed | 0.06049 seconds |
1374
- ./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:4] | passed | 0.06328 seconds |
1375
- ./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:5] | passed | 0.07068 seconds |
1376
- ./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:1] | passed | 0.03785 seconds |
1377
- ./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:2] | passed | 0.01327 seconds |
1378
- ./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:3] | passed | 0.01378 seconds |
1379
- ./spec/views/spotlight/catalog/edit.html.erb_spec.rb[1:1] | passed | 0.00661 seconds |
1380
- ./spec/views/spotlight/contacts/edit.html.erb_spec.rb[1:1] | passed | 0.08706 seconds |
1381
- ./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:1] | passed | 0.04912 seconds |
1382
- ./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:2] | passed | 0.04391 seconds |
1383
- ./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:3] | passed | 0.04334 seconds |
1384
- ./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:4] | passed | 0.04417 seconds |
1385
- ./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:5] | passed | 0.04401 seconds |
1386
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:1:1] | passed | 0.01525 seconds |
1387
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:1:2] | passed | 0.01265 seconds |
1388
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:1] | passed | 0.11272 seconds |
1389
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:2] | passed | 0.13045 seconds |
1390
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:3] | passed | 0.11038 seconds |
1391
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:4] | passed | 0.10999 seconds |
1392
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:5] | passed | 0.10587 seconds |
1393
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:6] | passed | 0.1141 seconds |
1394
- ./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:3:1] | passed | 0.03786 seconds |
1395
- ./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:1] | passed | 0.0526 seconds |
1396
- ./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:2] | passed | 0.05311 seconds |
1397
- ./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:3:1] | passed | 0.06138 seconds |
1398
- ./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:1:1] | passed | 0.05048 seconds |
1399
- ./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:2] | passed | 0.04995 seconds |
1400
- ./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:3] | passed | 0.049 seconds |
1401
- ./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:4:1] | passed | 0.04969 seconds |
1402
- ./spec/views/spotlight/exhibits/_form.html.erb_spec.rb[1:1:1] | passed | 0.08986 seconds |
1403
- ./spec/views/spotlight/exhibits/_form.html.erb_spec.rb[1:2:1] | passed | 0.05366 seconds |
1404
- ./spec/views/spotlight/exhibits/edit.html.erb_spec.rb[1:1] | passed | 0.26061 seconds |
1405
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:1] | passed | 0.22806 seconds |
1406
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:2] | passed | 0.138 seconds |
1407
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:3] | passed | 0.14142 seconds |
1408
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:4] | passed | 0.13725 seconds |
1409
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:5:1] | passed | 0.55901 seconds |
1410
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:6:1] | passed | 0.13818 seconds |
1411
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:7:1] | passed | 0.19374 seconds |
1412
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:7:2] | passed | 0.19178 seconds |
1413
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:8:1] | passed | 0.17477 seconds |
1414
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:2:1] | passed | 0.04239 seconds |
1415
- ./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:2:2] | passed | 0.01406 seconds |
1416
- ./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.00428 seconds |
1417
- ./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:2:1] | passed | 0.00328 seconds |
1418
- ./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:2:2] | passed | 0.00366 seconds |
1419
- ./spec/views/spotlight/feature_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.15804 seconds |
1420
- ./spec/views/spotlight/feature_pages/_sidebar.html.erb_spec.rb[1:2] | passed | 0.14162 seconds |
1421
- ./spec/views/spotlight/featured_images/_form.html.erb_spec.rb[1:1] | passed | 0.06385 seconds |
1422
- ./spec/views/spotlight/featured_images/_upload_form.html.erb_spec.rb[1:1] | passed | 0.05469 seconds |
1423
- ./spec/views/spotlight/home_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.04641 seconds |
1424
- ./spec/views/spotlight/home_pages/_empty.html.erb_spec.rb[1:1:2] | passed | 0.04446 seconds |
1425
- ./spec/views/spotlight/home_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.00496 seconds |
1426
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:1] | passed | 0.10884 seconds |
1427
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:2] | passed | 0.10152 seconds |
1428
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:3] | passed | 0.09613 seconds |
1429
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:4] | passed | 0.09762 seconds |
1430
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:5] | passed | 0.09291 seconds |
1431
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:6] | passed | 0.08789 seconds |
1432
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:7] | passed | 0.09471 seconds |
1433
- ./spec/views/spotlight/job_trackers/show.html.erb_spec.rb[1:8] | passed | 0.09035 seconds |
1434
- ./spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb[1:1] | passed | 0.04914 seconds |
1435
- ./spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb[1:2] | passed | 0.04789 seconds |
1436
- ./spec/views/spotlight/metadata_configurations/edit.html.erb_spec.rb[1:1] | passed | 0.1143 seconds |
1437
- ./spec/views/spotlight/pages/_form.html.erb_spec.rb[1:1] | passed | 0.0753 seconds |
1438
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:1] | passed | 0.01291 seconds |
1439
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:1] | passed | 0.01826 seconds |
1440
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:2] | passed | 0.01545 seconds |
1441
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:3] | passed | 0.01461 seconds |
1442
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:4] | passed | 0.01717 seconds |
1443
- ./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:5] | passed | 0.01711 seconds |
1444
- ./spec/views/spotlight/pages/index.html.erb_spec.rb[1:1] | passed | 0.03486 seconds |
1445
- ./spec/views/spotlight/pages/index.html.erb_spec.rb[1:2:1] | passed | 0.02017 seconds |
1446
- ./spec/views/spotlight/pages/new.html.erb_spec.rb[1:1] | passed | 0.01737 seconds |
1447
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:1] | passed | 0.04229 seconds |
1448
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:2] | passed | 0.01142 seconds |
1449
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:3] | passed | 0.00928 seconds |
1450
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:4:1] | passed | 0.03193 seconds |
1451
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:4:2] | passed | 0.01953 seconds |
1452
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:5] | passed | 0.01028 seconds |
1453
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:6] | passed | 0.01011 seconds |
1454
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:7] | passed | 0.04312 seconds |
1455
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:8] | passed | 0.00925 seconds |
1456
- ./spec/views/spotlight/pages/show.html.erb_spec.rb[1:9] | passed | 0.01068 seconds |
1457
- ./spec/views/spotlight/resources/_external_resources_form.html.erb_spec.rb[1:1] | passed | 0.01155 seconds |
1458
- ./spec/views/spotlight/resources/new.html.erb_spec.rb[1:1] | passed | 0.01863 seconds |
1459
- ./spec/views/spotlight/roles/index.html.erb_spec.rb[1:1] | passed | 0.11653 seconds |
1460
- ./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:1:1] | passed | 0.00549 seconds |
1461
- ./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:2:1] | passed | 0.00359 seconds |
1462
- ./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:3:1] | passed | 0.0033 seconds |
1463
- ./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:1] | passed | 0.11994 seconds |
1464
- ./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:2] | passed | 0.07094 seconds |
1465
- ./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:3] | passed | 0.0688 seconds |
1466
- ./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:4:1] | passed | 0.07156 seconds |
1467
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:1] | passed | 0.06622 seconds |
1468
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:2] | passed | 0.06317 seconds |
1469
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:3] | passed | 0.05794 seconds |
1470
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:4] | passed | 0.06275 seconds |
1471
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:5] | passed | 0.06251 seconds |
1472
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:6] | passed | 0.06235 seconds |
1473
- ./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:7] | passed | 0.05496 seconds |
1474
- ./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:1] | passed | 0.06296 seconds |
1475
- ./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:2] | passed | 0.05455 seconds |
1476
- ./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:3] | passed | 0.05341 seconds |
1477
- ./spec/views/spotlight/searches/_search.html.erb_spec.rb[1:1] | passed | 0.05204 seconds |
1478
- ./spec/views/spotlight/searches/edit.html.erb_spec.rb[1:1] | passed | 0.12264 seconds |
1479
- ./spec/views/spotlight/searches/edit.html.erb_spec.rb[1:2] | passed | 0.07744 seconds |
1480
- ./spec/views/spotlight/searches/index.html.erb_spec.rb[1:1:1] | passed | 0.01777 seconds |
1481
- ./spec/views/spotlight/searches/index.html.erb_spec.rb[1:2:1] | passed | 0.01629 seconds |
1482
- ./spec/views/spotlight/sir_trevor/blocks/_browse_block.html.erb_spec.rb[1:1] | passed | 0.06407 seconds |
1483
- ./spec/views/spotlight/sir_trevor/blocks/_iframe_block.html.erb_spec.rb[1:1] | passed | 0.00945 seconds |
1484
- ./spec/views/spotlight/sir_trevor/blocks/_iframe_block.html.erb_spec.rb[1:2] | passed | 0.00638 seconds |
1485
- ./spec/views/spotlight/sir_trevor/blocks/_link_to_search_block.html.erb_spec.rb[1:1] | passed | 0.06227 seconds |
1486
- ./spec/views/spotlight/sir_trevor/blocks/_rule_block.html.erb_spec.rb[1:1] | passed | 0.00874 seconds |
1487
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_block.html.erb_spec.rb[1:1:1] | passed | 0.01231 seconds |
1488
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_carousel_block.html.erb_spec.rb[1:1] | passed | 0.02133 seconds |
1489
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_embed_block.html.erb_spec.rb[1:1] | passed | 0.01227 seconds |
1490
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_embed_block.html.erb_spec.rb[1:2:1] | passed | 0.00904 seconds |
1491
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:1] | passed | 0.01796 seconds |
1492
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:2] | passed | 0.01373 seconds |
1493
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:3:1] | passed | 0.01223 seconds |
1494
- ./spec/views/spotlight/sir_trevor/blocks/_solr_documents_grid_block.html.erb_spec.rb[1:1] | passed | 0.0138 seconds |
1495
- ./spec/views/spotlight/sites/edit_exhibits.html.erb_spec.rb[1:1] | passed | 0.13674 seconds |
1496
- ./spec/views/spotlight/sites/edit_exhibits.html.erb_spec.rb[1:2] | passed | 0.09444 seconds |
1497
- ./spec/views/spotlight/tags/index.html.erb_spec.rb[1:1:1] | passed | 0.07954 seconds |
1498
- ./spec/views/spotlight/translations/_import.html.erb_spec.rb[1:1] | passed | 0.05366 seconds |
1499
- ./spec/views/spotlight/translations/_import.html.erb_spec.rb[1:2] | passed | 0.04679 seconds |
1500
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:1] | passed | 0.05709 seconds |
1501
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:1] | passed | 0.0662 seconds |
1502
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:2] | passed | 0.06325 seconds |
1503
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:3:1] | passed | 0.07768 seconds |
1504
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:4:1] | passed | 0.0604 seconds |
1505
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:3:1] | passed | 0.05536 seconds |
1506
- ./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:3:2] | passed | 0.05263 seconds |