blacklight-spotlight 3.0.0.alpha.10 → 3.0.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/spotlight/admin/crop.es6 +6 -0
- data/app/assets/javascripts/spotlight/admin/sir-trevor/block_controls.js +21 -12
- data/app/assets/stylesheets/spotlight/_featured_browse_categories_block.scss +4 -4
- data/app/assets/stylesheets/spotlight/_item_text_block.scss +6 -0
- data/app/assets/stylesheets/spotlight/_report_a_problem.scss +5 -2
- data/app/controllers/spotlight/resources/csv_upload_controller.rb +1 -1
- data/app/jobs/spotlight/add_uploads_from_csv.rb +30 -5
- data/app/mailers/spotlight/indexing_complete_mailer.rb +3 -2
- data/app/models/spotlight/contact.rb +1 -1
- data/app/models/spotlight/custom_field.rb +3 -3
- data/app/models/spotlight/featured_image.rb +1 -1
- data/app/models/spotlight/page_configurations.rb +1 -0
- data/app/models/spotlight/page_content.rb +2 -0
- data/app/models/spotlight/resources/csv_upload.rb +2 -1
- data/app/models/spotlight/resources/iiif_manifest.rb +2 -0
- data/app/services/spotlight/solr_document_builder.rb +1 -0
- data/app/values/custom_field_name.rb +1 -0
- data/app/views/spotlight/indexing_complete_mailer/documents_indexed.html.erb +9 -0
- data/app/views/spotlight/pages/_form.html.erb +1 -1
- data/app/views/spotlight/shared/_honeypot_field.html.erb +4 -0
- data/app/views/spotlight/shared/_report_a_problem.html.erb +7 -10
- data/config/i18n-tasks.yml +2 -0
- data/config/locales/spotlight.ar.yml +22 -18
- data/config/locales/spotlight.en.yml +13 -6
- data/lib/generators/spotlight/install_generator.rb +22 -1
- data/lib/generators/spotlight/templates/config/initializers/sir_trevor_rails.rb +10 -0
- data/lib/generators/spotlight/templates/config/initializers/spotlight_initializer.rb +2 -0
- data/lib/spotlight/engine.rb +3 -0
- data/lib/spotlight/upload_field_config.rb +1 -0
- data/lib/spotlight/version.rb +1 -1
- data/spec/controllers/spotlight/browse_controller_spec.rb +1 -1
- data/spec/controllers/spotlight/resources/csv_upload_controller_spec.rb +4 -4
- data/spec/examples.txt +1410 -125
- data/spec/features/add_contacts_spec.rb +1 -1
- data/spec/features/browse_category_admin_spec.rb +2 -2
- data/spec/features/create_exhibit_spec.rb +5 -4
- data/spec/features/dashboard_spec.rb +5 -5
- data/spec/features/exhibits/administration_spec.rb +3 -3
- data/spec/features/exhibits/language_create_edit_spec.rb +3 -3
- data/spec/features/javascript/block_controls_spec.rb +2 -0
- data/spec/features/report_a_problem_spec.rb +5 -4
- data/spec/helpers/spotlight/pages_helper_spec.rb +2 -2
- data/spec/jobs/spotlight/add_uploads_from_csv_spec.rb +13 -1
- data/spec/mailers/spotlight/indexing_complete_mailer_spec.rb +11 -1
- data/spec/models/solr_document_spec.rb +2 -3
- data/spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb +1 -0
- data/spec/models/spotlight/featured_image_spec.rb +0 -1
- data/spec/models/spotlight/role_spec.rb +2 -2
- data/spec/services/spotlight/exhibit_import_export_service_spec.rb +14 -2
- data/spec/services/spotlight/iiif_resource_resolver_spec.rb +1 -1
- data/spec/test_app_templates/Gemfile.extra +0 -3
- data/spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb +3 -3
- data/spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb +7 -8
- data/vendor/assets/javascripts/leaflet-iiif.js +46 -21
- metadata +54 -24
@@ -9,6 +9,7 @@ en:
|
|
9
9
|
spotlight/custom_search_field:
|
10
10
|
field: Solr specification
|
11
11
|
spotlight/exhibit:
|
12
|
+
contact_emails: Feedback recipients
|
12
13
|
published: Published?
|
13
14
|
spotlight/language:
|
14
15
|
locale: Language
|
@@ -52,6 +53,9 @@ en:
|
|
52
53
|
update_all: Save changes
|
53
54
|
view: View
|
54
55
|
label:
|
56
|
+
contact_form:
|
57
|
+
email: Your email
|
58
|
+
name: Your name
|
55
59
|
solr_document:
|
56
60
|
exhibit_tag_list: Tags
|
57
61
|
spotlight/filter:
|
@@ -371,10 +375,10 @@ en:
|
|
371
375
|
not_validated: Not validated.
|
372
376
|
resend: Resend confirmation?
|
373
377
|
contact:
|
374
|
-
email_delete_button: Delete
|
375
|
-
email_delete_confirmation: Delete
|
376
|
-
email_delete_error: 'Problem deleting
|
377
|
-
email_input_aria_label:
|
378
|
+
email_delete_button: Delete recipient
|
379
|
+
email_delete_confirmation: Delete recipient email address?
|
380
|
+
email_delete_error: 'Problem deleting recipient:'
|
381
|
+
email_input_aria_label: Recipient email %{index}
|
378
382
|
delete:
|
379
383
|
heading: Delete exhibit
|
380
384
|
warning_html: This action is irreversible. Be sure to back up the exhibit settings and content using the %{export_link} feature before proceeding.
|
@@ -392,10 +396,10 @@ en:
|
|
392
396
|
heading: Filter items
|
393
397
|
instructions: You can limit the items included in this exhibit by applying a filter to your Solr index. When you apply a filter, only items with values that match the filter will be included in your exhibit. To apply a filter, enter both a field and a value that match the names used in your Solr index.
|
394
398
|
form:
|
395
|
-
add_contact_email_button: Add new
|
399
|
+
add_contact_email_button: Add new recipient
|
396
400
|
fields:
|
397
401
|
contact_emails:
|
398
|
-
help_block: Each
|
402
|
+
help_block: Each recipient will receive submissions made through the feedback form
|
399
403
|
published:
|
400
404
|
help_block: ''
|
401
405
|
uneditable_non_default_language: This field is not editable in the current language. Switch to the default language to edit it.
|
@@ -485,6 +489,8 @@ en:
|
|
485
489
|
body:
|
486
490
|
one: "%{count} document has been indexed from the CSV file and added to the exhibit %{title}."
|
487
491
|
other: "%{count} documents have been indexed from the CSV file and added to the exhibit %{title}."
|
492
|
+
error: 'Row %{index}: %{message}'
|
493
|
+
errors: Errors
|
488
494
|
title: Your CSV file has just finished being processed.
|
489
495
|
invitation_mailer:
|
490
496
|
invitation_instructions:
|
@@ -717,6 +723,7 @@ en:
|
|
717
723
|
header: Administration menu
|
718
724
|
report_a_problem:
|
719
725
|
honeypot_field_explanation: Ignore this text box. It is used to detect spammers. If you enter anything into this text box, your message will not be sent.
|
726
|
+
reporting_from: 'Reporting from: %{url}'
|
720
727
|
title: Contact Us
|
721
728
|
sir_trevor:
|
722
729
|
blocks:
|
@@ -10,6 +10,25 @@ module Spotlight
|
|
10
10
|
class_option :solr_update_class, type: :string, default: 'Spotlight::SolrDocument::AtomicUpdates'
|
11
11
|
class_option :mailer_default_url_host, type: :string, default: '' # e.g. localhost:3000
|
12
12
|
|
13
|
+
# we're not (yet) using webpacker, so we need to re-add sprockets functionality
|
14
|
+
def add_js
|
15
|
+
return unless Rails.version.to_i == 6
|
16
|
+
|
17
|
+
gem 'coffee-rails', '~> 4.2'
|
18
|
+
gem 'uglifier', '>= 1.3.0'
|
19
|
+
|
20
|
+
append_to_file 'app/assets/config/manifest.js', '//= link_directory ../javascripts .js'
|
21
|
+
append_to_file 'app/assets/javascripts/application.js', '//= require_tree .'
|
22
|
+
gsub_file 'app/views/layouts/application.html.erb', /pack/, 'include'
|
23
|
+
inject_into_file 'config/environments/production.rb', after: ' # config.assets.css_compressor = :sass' do
|
24
|
+
"\n config.assets.js_compressor = :uglifier"
|
25
|
+
end
|
26
|
+
|
27
|
+
# but since webpacker exists in the gemfile, we still need to run the
|
28
|
+
# install before rails will start
|
29
|
+
run 'bundle exec rails webpacker:install'
|
30
|
+
end
|
31
|
+
|
13
32
|
def inject_spotlight_routes
|
14
33
|
route "mount Spotlight::Engine, at: 'spotlight'"
|
15
34
|
gsub_file 'config/routes.rb', /^\s*root.*/ do |match|
|
@@ -53,7 +72,9 @@ module Spotlight
|
|
53
72
|
end
|
54
73
|
|
55
74
|
def add_roles_to_user
|
56
|
-
|
75
|
+
inject_into_file 'app/models/user.rb', after: 'include Blacklight::User' do
|
76
|
+
"\n include Spotlight::User\n"
|
77
|
+
end
|
57
78
|
end
|
58
79
|
|
59
80
|
def add_controller_mixin
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Required for 0.6 and up:
|
4
|
+
# https://github.com/madebymany/sir-trevor-rails#upgrade-guide-to-v060
|
5
|
+
class SirTrevorRails::Block
|
6
|
+
def self.custom_block_types
|
7
|
+
# You can define your custom block types directly here or in your engine config.
|
8
|
+
Spotlight::Engine.config.sir_trevor_widgets
|
9
|
+
end
|
10
|
+
end
|
@@ -70,6 +70,8 @@
|
|
70
70
|
# Spotlight::Engine.config.ga_anonymize_ip = false # false for backwards compatibility
|
71
71
|
|
72
72
|
# ==> Sir Trevor Widget Configuration
|
73
|
+
# These are set by default by Spotlight's configuration,
|
74
|
+
# but you can customize them here, or in the SirTrevorRails::Block#custom_block_types method
|
73
75
|
# Spotlight::Engine.config.sir_trevor_widgets = %w(
|
74
76
|
# Heading Text List Quote Iframe Video Oembed Rule UploadedItems Browse
|
75
77
|
# FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed
|
data/lib/spotlight/engine.rb
CHANGED
@@ -263,6 +263,9 @@ module Spotlight
|
|
263
263
|
config.exhibit_themes = ['default']
|
264
264
|
|
265
265
|
config.default_page_content_type = 'SirTrevor'
|
266
|
+
|
267
|
+
# Added here for backwards compatability with SirTrevor 0.6
|
268
|
+
# and apps who have customized their avaialble widgets
|
266
269
|
config.sir_trevor_widgets = %w[
|
267
270
|
Heading Text List Quote Iframe Video Oembed Rule UploadedItems Browse LinkToSearch
|
268
271
|
FeaturedPages SolrDocuments SolrDocumentsCarousel SolrDocumentsEmbed
|
@@ -8,6 +8,7 @@ module Spotlight
|
|
8
8
|
# We should look into changing this to a standard blacklight field config in Blacklight 7
|
9
9
|
class UploadFieldConfig
|
10
10
|
attr_reader :blacklight_options, :field_name, :form_field_type
|
11
|
+
|
11
12
|
def initialize(blacklight_options: {}, field_name:, form_field_type: :text_field, label: nil, solr_fields: nil)
|
12
13
|
@blacklight_options = blacklight_options
|
13
14
|
@field_name = field_name
|
data/lib/spotlight/version.rb
CHANGED
@@ -100,7 +100,7 @@ describe Spotlight::BrowseController, type: :controller do
|
|
100
100
|
c.browse.document_actions = %i[a b c]
|
101
101
|
end
|
102
102
|
|
103
|
-
allow(controller).
|
103
|
+
allow(controller).to receive(:blacklight_config).and_return(config)
|
104
104
|
|
105
105
|
get :show, params: { id: search, exhibit_id: exhibit }
|
106
106
|
expect(controller.blacklight_config.index.document_actions).to match_array %i[a b c]
|
@@ -50,19 +50,19 @@ describe Spotlight::Resources::CsvUploadController, type: :controller do
|
|
50
50
|
request.env['HTTP_REFERER'] = 'http://test.host/'
|
51
51
|
end
|
52
52
|
|
53
|
-
it 'starts an
|
54
|
-
expect(Spotlight::
|
53
|
+
it 'starts an AddUploadsFromCsv job with the serialized CSV' do
|
54
|
+
expect(Spotlight::AddUploadsFromCsv).to receive(:perform_later).with(serialized_csv, exhibit, user).and_return(nil)
|
55
55
|
post :create, params: { exhibit_id: exhibit, resources_csv_upload: { url: csv } }
|
56
56
|
end
|
57
57
|
|
58
58
|
it 'sets the flash message' do
|
59
|
-
expect(Spotlight::
|
59
|
+
expect(Spotlight::AddUploadsFromCsv).to receive(:perform_later).and_return(nil)
|
60
60
|
post :create, params: { exhibit_id: exhibit, resources_csv_upload: { url: csv } }
|
61
61
|
expect(flash[:notice]).to eq "'csv-upload-fixture.csv' has been uploaded. An email will be sent to you once indexing is complete."
|
62
62
|
end
|
63
63
|
|
64
64
|
it 'redirects back' do
|
65
|
-
expect(Spotlight::
|
65
|
+
expect(Spotlight::AddUploadsFromCsv).to receive(:perform_later).and_return(nil)
|
66
66
|
post :create, params: { exhibit_id: exhibit, resources_csv_upload: { url: csv } }
|
67
67
|
expect(response).to redirect_to "http://test.host/spotlight/#{exhibit.slug}/catalog/admin"
|
68
68
|
end
|
data/spec/examples.txt
CHANGED
@@ -1,125 +1,1410 @@
|
|
1
|
-
example_id
|
2
|
-
|
3
|
-
./spec/controllers/
|
4
|
-
./spec/controllers/
|
5
|
-
./spec/controllers/
|
6
|
-
./spec/controllers/spotlight/
|
7
|
-
./spec/controllers/spotlight/
|
8
|
-
./spec/controllers/spotlight/
|
9
|
-
./spec/controllers/spotlight/
|
10
|
-
./spec/controllers/spotlight/
|
11
|
-
./spec/controllers/spotlight/
|
12
|
-
./spec/controllers/spotlight/
|
13
|
-
./spec/controllers/spotlight/
|
14
|
-
./spec/controllers/spotlight/
|
15
|
-
./spec/controllers/spotlight/
|
16
|
-
./spec/controllers/spotlight/
|
17
|
-
./spec/controllers/spotlight/
|
18
|
-
./spec/controllers/spotlight/
|
19
|
-
./spec/controllers/spotlight/
|
20
|
-
./spec/controllers/spotlight/
|
21
|
-
./spec/controllers/spotlight/
|
22
|
-
./spec/controllers/spotlight/
|
23
|
-
./spec/controllers/spotlight/
|
24
|
-
./spec/controllers/spotlight/
|
25
|
-
./spec/controllers/spotlight/
|
26
|
-
./spec/controllers/spotlight/
|
27
|
-
./spec/controllers/spotlight/
|
28
|
-
./spec/controllers/spotlight/
|
29
|
-
./spec/controllers/spotlight/
|
30
|
-
./spec/controllers/spotlight/
|
31
|
-
./spec/controllers/spotlight/
|
32
|
-
./spec/controllers/spotlight/
|
33
|
-
./spec/controllers/spotlight/
|
34
|
-
./spec/controllers/spotlight/
|
35
|
-
./spec/controllers/spotlight/
|
36
|
-
./spec/controllers/spotlight/
|
37
|
-
./spec/controllers/spotlight/
|
38
|
-
./spec/controllers/spotlight/
|
39
|
-
./spec/controllers/spotlight/
|
40
|
-
./spec/controllers/spotlight/
|
41
|
-
./spec/controllers/spotlight/
|
42
|
-
./spec/controllers/spotlight/
|
43
|
-
./spec/controllers/spotlight/
|
44
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
45
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
46
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
47
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
48
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
49
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
50
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
51
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
52
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
53
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
54
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
55
|
-
./spec/controllers/spotlight/catalog_controller_spec.rb[1:
|
56
|
-
./spec/controllers/spotlight/
|
57
|
-
./spec/controllers/spotlight/
|
58
|
-
./spec/controllers/spotlight/
|
59
|
-
./spec/controllers/spotlight/
|
60
|
-
./spec/controllers/spotlight/
|
61
|
-
./spec/controllers/spotlight/
|
62
|
-
./spec/controllers/spotlight/
|
63
|
-
./spec/controllers/spotlight/
|
64
|
-
./spec/controllers/spotlight/
|
65
|
-
./spec/
|
66
|
-
./spec/
|
67
|
-
./spec/
|
68
|
-
./spec/
|
69
|
-
./spec/
|
70
|
-
./spec/
|
71
|
-
./spec/
|
72
|
-
./spec/
|
73
|
-
./spec/
|
74
|
-
./spec/
|
75
|
-
./spec/
|
76
|
-
./spec/
|
77
|
-
./spec/
|
78
|
-
./spec/
|
79
|
-
./spec/
|
80
|
-
./spec/
|
81
|
-
./spec/
|
82
|
-
./spec/
|
83
|
-
./spec/
|
84
|
-
./spec/
|
85
|
-
./spec/
|
86
|
-
./spec/
|
87
|
-
./spec/
|
88
|
-
./spec/
|
89
|
-
./spec/
|
90
|
-
./spec/
|
91
|
-
./spec/
|
92
|
-
./spec/
|
93
|
-
./spec/
|
94
|
-
./spec/
|
95
|
-
./spec/
|
96
|
-
./spec/
|
97
|
-
./spec/
|
98
|
-
./spec/
|
99
|
-
./spec/
|
100
|
-
./spec/
|
101
|
-
./spec/
|
102
|
-
./spec/
|
103
|
-
./spec/
|
104
|
-
./spec/
|
105
|
-
./spec/
|
106
|
-
./spec/
|
107
|
-
./spec/
|
108
|
-
./spec/
|
109
|
-
./spec/
|
110
|
-
./spec/
|
111
|
-
./spec/
|
112
|
-
./spec/
|
113
|
-
./spec/
|
114
|
-
./spec/
|
115
|
-
./spec/
|
116
|
-
./spec/
|
117
|
-
./spec/
|
118
|
-
./spec/
|
119
|
-
./spec/
|
120
|
-
./spec/
|
121
|
-
./spec/
|
122
|
-
./spec/
|
123
|
-
./spec/
|
124
|
-
./spec/
|
125
|
-
./spec/
|
1
|
+
example_id | status | run_time |
|
2
|
+
----------------------------------------------------------------------------------------------------------------- | ------- | --------------- |
|
3
|
+
./spec/controllers/application_controller_spec.rb[1:1] | passed | 0.10807 seconds |
|
4
|
+
./spec/controllers/application_controller_spec.rb[1:2:1:1:1] | passed | 0.31787 seconds |
|
5
|
+
./spec/controllers/application_controller_spec.rb[1:2:1:2:1] | passed | 0.05067 seconds |
|
6
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:1:1:1] | passed | 0.18329 seconds |
|
7
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:1:2:1] | passed | 0.13762 seconds |
|
8
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:1:1] | passed | 0.14376 seconds |
|
9
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:2:1] | passed | 0.11621 seconds |
|
10
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:3:1] | passed | 0.13154 seconds |
|
11
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:4:1] | passed | 0.12924 seconds |
|
12
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:1:4:2] | passed | 0.10836 seconds |
|
13
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:2:1:1] | passed | 0.13322 seconds |
|
14
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:2:2:1] | passed | 0.11749 seconds |
|
15
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:3:1] | passed | 0.10906 seconds |
|
16
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:4:1] | passed | 0.11816 seconds |
|
17
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:5:1] | passed | 0.13114 seconds |
|
18
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:6:1] | passed | 0.15674 seconds |
|
19
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:7:1] | passed | 0.13675 seconds |
|
20
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:7:2] | passed | 0.10334 seconds |
|
21
|
+
./spec/controllers/spotlight/about_pages_controller_spec.rb[1:2:8:1] | passed | 0.11272 seconds |
|
22
|
+
./spec/controllers/spotlight/admin_users_controller_spec.rb[1:1:1] | passed | 0.10476 seconds |
|
23
|
+
./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:1:1] | passed | 0.02788 seconds |
|
24
|
+
./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:2:1] | passed | 0.03114 seconds |
|
25
|
+
./spec/controllers/spotlight/admin_users_controller_spec.rb[1:2:3:1] | passed | 0.04859 seconds |
|
26
|
+
./spec/controllers/spotlight/appearances_controller_spec.rb[1:1:1:1] | passed | 0.15552 seconds |
|
27
|
+
./spec/controllers/spotlight/appearances_controller_spec.rb[1:2:1:1] | passed | 0.07676 seconds |
|
28
|
+
./spec/controllers/spotlight/appearances_controller_spec.rb[1:3:1:1] | passed | 0.12696 seconds |
|
29
|
+
./spec/controllers/spotlight/appearances_controller_spec.rb[1:3:2:1] | passed | 0.21506 seconds |
|
30
|
+
./spec/controllers/spotlight/application_controller_spec.rb[1:1] | passed | 0.05811 seconds |
|
31
|
+
./spec/controllers/spotlight/attachments_controller_spec.rb[1:1:1:1] | passed | 0.06234 seconds |
|
32
|
+
./spec/controllers/spotlight/attachments_controller_spec.rb[1:2:1:1] | passed | 0.08477 seconds |
|
33
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:1:1] | passed | 0.09367 seconds |
|
34
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:1:2] | passed | 0.1205 seconds |
|
35
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:1:3] | passed | 0.09472 seconds |
|
36
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:1:4] | passed | 0.10162 seconds |
|
37
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:1:5] | passed | 0.08549 seconds |
|
38
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:2:1:1] | passed | 0.11528 seconds |
|
39
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:3:1:1] | passed | 0.10399 seconds |
|
40
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:1] | passed | 0.12827 seconds |
|
41
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:2] | passed | 0.10619 seconds |
|
42
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:3] | passed | 0.09745 seconds |
|
43
|
+
./spec/controllers/spotlight/browse_controller_spec.rb[1:3:2:4] | passed | 0.13696 seconds |
|
44
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:1] | passed | 0.01785 seconds |
|
45
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:2] | passed | 0.01368 seconds |
|
46
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:3:1] | passed | 0.00986 seconds |
|
47
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:1:1] | passed | 0.0626 seconds |
|
48
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:2:1] | passed | 0.0648 seconds |
|
49
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:1] | passed | 0.21573 seconds |
|
50
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:2] | passed | 0.08504 seconds |
|
51
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:3] | passed | 0.08971 seconds |
|
52
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:4] | passed | 0.17363 seconds |
|
53
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:5] | passed | 0.16319 seconds |
|
54
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:3:6] | passed | 0.076 seconds |
|
55
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:4:1] | passed | 0.20046 seconds |
|
56
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:4:2] | passed | 0.0698 seconds |
|
57
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:5:1] | passed | 0.11365 seconds |
|
58
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:5:2] | passed | 0.08832 seconds |
|
59
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:6:1:1] | passed | 0.40485 seconds |
|
60
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:4:6:2:1] | passed | 0.06074 seconds |
|
61
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:1:1] | passed | 0.06048 seconds |
|
62
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:2:1] | passed | 0.05631 seconds |
|
63
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:3:1] | passed | 0.0806 seconds |
|
64
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:4:1] | passed | 0.05833 seconds |
|
65
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:5:5:1] | passed | 0.07207 seconds |
|
66
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:1] | passed | 0.12537 seconds |
|
67
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:2] | passed | 0.10554 seconds |
|
68
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:3:1] | passed | 0.08952 seconds |
|
69
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:1] | passed | 0.18857 seconds |
|
70
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:2] | passed | 0.17892 seconds |
|
71
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:3] | passed | 0.15663 seconds |
|
72
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:4:4] | passed | 0.14134 seconds |
|
73
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:5:1] | passed | 0.1128 seconds |
|
74
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:6:6:1] | passed | 0.09334 seconds |
|
75
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:7:1:1] | passed | 0.08789 seconds |
|
76
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:1] | passed | 0.06116 seconds |
|
77
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:2] | passed | 0.05081 seconds |
|
78
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:8:3:1] | passed | 0.09073 seconds |
|
79
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:1:1:1] | passed | 0.09865 seconds |
|
80
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:1:2:1] | passed | 0.0959 seconds |
|
81
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:2:1:1] | pending | 0.12619 seconds |
|
82
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:9:2:2:1] | passed | 0.11261 seconds |
|
83
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:1:1] | passed | 0.00902 seconds |
|
84
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:2:1] | passed | 0.00747 seconds |
|
85
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:3] | passed | 0.04984 seconds |
|
86
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:4] | passed | 0.04642 seconds |
|
87
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:10:5] | passed | 0.04971 seconds |
|
88
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:1] | passed | 0.00759 seconds |
|
89
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:2] | passed | 0.00718 seconds |
|
90
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:11:3] | passed | 0.00861 seconds |
|
91
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:1] | passed | 0.04422 seconds |
|
92
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:2] | passed | 0.04423 seconds |
|
93
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:12:1:3] | passed | 0.04034 seconds |
|
94
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:13:1] | passed | 0.06814 seconds |
|
95
|
+
./spec/controllers/spotlight/catalog_controller_spec.rb[1:13:2] | passed | 0.06592 seconds |
|
96
|
+
./spec/controllers/spotlight/confirmations_controller_spec.rb[1:1:1] | passed | 0.02176 seconds |
|
97
|
+
./spec/controllers/spotlight/confirmations_controller_spec.rb[1:2:1:1] | passed | 0.08412 seconds |
|
98
|
+
./spec/controllers/spotlight/confirmations_controller_spec.rb[1:2:2:1] | passed | 0.3194 seconds |
|
99
|
+
./spec/controllers/spotlight/contact_email_controller_spec.rb[1:1:1:1] | passed | 0.11909 seconds |
|
100
|
+
./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:1:1:1] | passed | 0.08558 seconds |
|
101
|
+
./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:2:1:1] | passed | 0.0687 seconds |
|
102
|
+
./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:3:1:1] | passed | 0.06815 seconds |
|
103
|
+
./spec/controllers/spotlight/contact_email_controller_spec.rb[1:2:3:1:2] | passed | 0.09895 seconds |
|
104
|
+
./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:1] | passed | 0.14872 seconds |
|
105
|
+
./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:2] | passed | 0.09566 seconds |
|
106
|
+
./spec/controllers/spotlight/contact_forms_controller_spec.rb[1:1:3] | passed | 0.09288 seconds |
|
107
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:1:1:1] | passed | 0.07242 seconds |
|
108
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:1:1] | passed | 0.09653 seconds |
|
109
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:1] | passed | 0.14128 seconds |
|
110
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:2] | passed | 0.09853 seconds |
|
111
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:2:3] | passed | 0.07953 seconds |
|
112
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:3:1] | passed | 0.07725 seconds |
|
113
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:4:1] | passed | 0.07857 seconds |
|
114
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:5:1] | passed | 0.07687 seconds |
|
115
|
+
./spec/controllers/spotlight/contacts_controller_spec.rb[1:2:5:2] | passed | 0.08082 seconds |
|
116
|
+
./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:1:1] | passed | 0.08393 seconds |
|
117
|
+
./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:2:1] | passed | 0.07918 seconds |
|
118
|
+
./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:1:1] | passed | 0.08164 seconds |
|
119
|
+
./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:1:2] | passed | 0.07844 seconds |
|
120
|
+
./spec/controllers/spotlight/custom_fields_controller_spec.rb[1:1:3:2:1] | passed | 0.07082 seconds |
|
121
|
+
./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:1:1] | passed | 0.09155 seconds |
|
122
|
+
./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:2:1] | passed | 0.08191 seconds |
|
123
|
+
./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:1:1] | passed | 0.09216 seconds |
|
124
|
+
./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:1:2] | passed | 0.0773 seconds |
|
125
|
+
./spec/controllers/spotlight/custom_search_fields_controller_spec.rb[1:1:3:2:1] | passed | 0.07781 seconds |
|
126
|
+
./spec/controllers/spotlight/dashboards_controller_spec.rb[1:1:1:1] | passed | 0.11786 seconds |
|
127
|
+
./spec/controllers/spotlight/dashboards_controller_spec.rb[1:1:2:1] | passed | 0.07689 seconds |
|
128
|
+
./spec/controllers/spotlight/dashboards_controller_spec.rb[1:2:1] | passed | 0.07781 seconds |
|
129
|
+
./spec/controllers/spotlight/dashboards_controller_spec.rb[1:2:2] | passed | 0.07015 seconds |
|
130
|
+
./spec/controllers/spotlight/dashboards_controller_spec.rb[1:3:1:1] | passed | 0.06008 seconds |
|
131
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:1:1:1] | passed | 0.13994 seconds |
|
132
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:1:1:1] | passed | 0.0195 seconds |
|
133
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:1:2:1] | passed | 0.07495 seconds |
|
134
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:2:1] | passed | 0.06209 seconds |
|
135
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:3:1] | passed | 0.05515 seconds |
|
136
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:4:1] | passed | 0.06047 seconds |
|
137
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:5:1] | passed | 0.0577 seconds |
|
138
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:2:6:1] | passed | 0.07484 seconds |
|
139
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:3:1:1] | passed | 0.03011 seconds |
|
140
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:3:2:1] | passed | 0.09553 seconds |
|
141
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:1:1] | passed | 0.07764 seconds |
|
142
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:2:1] | passed | 0.086 seconds |
|
143
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:3:1] | passed | 0.07491 seconds |
|
144
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:4:1] | passed | 0.09576 seconds |
|
145
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:4:2] | passed | 0.07499 seconds |
|
146
|
+
./spec/controllers/spotlight/exhibits_controller_spec.rb[1:4:5:1] | passed | 0.10322 seconds |
|
147
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:1:1:1] | passed | 0.15468 seconds |
|
148
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:1:1] | passed | 0.11272 seconds |
|
149
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:1:1] | passed | 0.10507 seconds |
|
150
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:2:1] | passed | 0.13202 seconds |
|
151
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:3:1] | passed | 0.10711 seconds |
|
152
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:2:3:2] | passed | 0.10402 seconds |
|
153
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:3:1] | passed | 0.09755 seconds |
|
154
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:4:1] | passed | 0.11852 seconds |
|
155
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:1] | passed | 0.11096 seconds |
|
156
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:2] | passed | 0.09641 seconds |
|
157
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:1:3] | passed | 0.09573 seconds |
|
158
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:2:1] | passed | 0.09031 seconds |
|
159
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:5:2:2] | passed | 0.10384 seconds |
|
160
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:1] | passed | 0.10449 seconds |
|
161
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:2] | passed | 0.13263 seconds |
|
162
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:1:3] | passed | 0.11007 seconds |
|
163
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:2:1] | passed | 0.10031 seconds |
|
164
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:6:2:2] | passed | 0.0979 seconds |
|
165
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:7:1] | passed | 0.14196 seconds |
|
166
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:8:1] | passed | 0.11141 seconds |
|
167
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:8:2] | passed | 0.13306 seconds |
|
168
|
+
./spec/controllers/spotlight/feature_pages_controller_spec.rb[1:2:9:1] | passed | 0.13236 seconds |
|
169
|
+
./spec/controllers/spotlight/featured_images_controller_spec.rb[1:1:1:1] | passed | 0.1307 seconds |
|
170
|
+
./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:1:1] | passed | 0.03661 seconds |
|
171
|
+
./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:2:1] | passed | 0.03471 seconds |
|
172
|
+
./spec/controllers/spotlight/featured_images_controller_spec.rb[1:2:3:1] | passed | 0.04829 seconds |
|
173
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:1:1:1] | passed | 0.13878 seconds |
|
174
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:1:2:1] | passed | 0.08592 seconds |
|
175
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:1:2:2] | passed | 0.08162 seconds |
|
176
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:2:1:1] | passed | 0.06081 seconds |
|
177
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:2:2:1] | passed | 0.07863 seconds |
|
178
|
+
./spec/controllers/spotlight/filters_controller_spec.rb[1:2:2:2] | passed | 0.07712 seconds |
|
179
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:1:1:1] | passed | 0.10425 seconds |
|
180
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:1:2] | passed | 0.10172 seconds |
|
181
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:1:2:1] | passed | 0.11784 seconds |
|
182
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:1] | passed | 0.11213 seconds |
|
183
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:2] | passed | 0.12633 seconds |
|
184
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:3] | passed | 0.0921 seconds |
|
185
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:4:1] | passed | 0.12458 seconds |
|
186
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:1] | passed | 0.08733 seconds |
|
187
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:2] | passed | 0.14963 seconds |
|
188
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:2:5:3] | passed | 0.12704 seconds |
|
189
|
+
./spec/controllers/spotlight/home_pages_controller_spec.rb[1:3:1] | passed | 0.11289 seconds |
|
190
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:1:1:1] | passed | 0.05456 seconds |
|
191
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:1] | passed | 0.09864 seconds |
|
192
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:2] | passed | 0.09164 seconds |
|
193
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:1:2:3] | passed | 0.09435 seconds |
|
194
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:2:1:1] | passed | 0.06338 seconds |
|
195
|
+
./spec/controllers/spotlight/languages_controller_spec.rb[1:2:2:1] | passed | 0.08659 seconds |
|
196
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:1:1:1] | passed | 0.07192 seconds |
|
197
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:1:2:1] | passed | 0.06918 seconds |
|
198
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:2:1:1] | passed | 0.06046 seconds |
|
199
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:2:2:1] | passed | 0.0589 seconds |
|
200
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:1:1] | passed | 0.08067 seconds |
|
201
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:2:1] | passed | 0.09246 seconds |
|
202
|
+
./spec/controllers/spotlight/metadata_configurations_controller_spec.rb[1:3:3:1] | passed | 0.09465 seconds |
|
203
|
+
./spec/controllers/spotlight/pages_controller_spec.rb[1:1:1] | passed | 0.10767 seconds |
|
204
|
+
./spec/controllers/spotlight/pages_controller_spec.rb[1:2:1] | passed | 0.07964 seconds |
|
205
|
+
./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:1:1:1] | passed | 0.07409 seconds |
|
206
|
+
./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:1] | passed | 0.07412 seconds |
|
207
|
+
./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:2] | passed | 0.07247 seconds |
|
208
|
+
./spec/controllers/spotlight/resources/csv_upload_controller_spec.rb[1:2:1:3] | passed | 0.07238 seconds |
|
209
|
+
./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:1:1:1] | passed | 0.0547 seconds |
|
210
|
+
./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:1] | passed | 0.09364 seconds |
|
211
|
+
./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:2] | passed | 0.09515 seconds |
|
212
|
+
./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:3] | passed | 0.09075 seconds |
|
213
|
+
./spec/controllers/spotlight/resources/upload_controller_spec.rb[1:2:1:4] | passed | 0.10695 seconds |
|
214
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:1:1:1] | passed | 0.06129 seconds |
|
215
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:1:2:1] | passed | 0.05555 seconds |
|
216
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:1:3:1] | passed | 0.05892 seconds |
|
217
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:1:4:1] | passed | 0.05475 seconds |
|
218
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:2:1:1] | passed | 0.09316 seconds |
|
219
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:2:2:1] | passed | 0.0877 seconds |
|
220
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:2:3:1] | passed | 0.0743 seconds |
|
221
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:2:3:2] | passed | 0.07688 seconds |
|
222
|
+
./spec/controllers/spotlight/resources_controller_spec.rb[1:2:4:1] | passed | 0.07499 seconds |
|
223
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:1:1:1] | passed | 0.07584 seconds |
|
224
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:1] | passed | 0.08096 seconds |
|
225
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:1] | passed | 0.08174 seconds |
|
226
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:2] | passed | 0.22363 seconds |
|
227
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:3] | passed | 0.08015 seconds |
|
228
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:4] | passed | 0.07716 seconds |
|
229
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:5] | passed | 0.07141 seconds |
|
230
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:6] | passed | 0.09504 seconds |
|
231
|
+
./spec/controllers/spotlight/roles_controller_spec.rb[1:2:2:7] | passed | 0.07965 seconds |
|
232
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:1:1:1] | passed | 0.07345 seconds |
|
233
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:2:1:1] | passed | 0.05372 seconds |
|
234
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:2:2:1] | passed | 0.06249 seconds |
|
235
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:1:1] | passed | 0.08939 seconds |
|
236
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:1:2] | passed | 0.08051 seconds |
|
237
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:1] | passed | 0.08172 seconds |
|
238
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:2] | passed | 0.08333 seconds |
|
239
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:3] | passed | 0.08966 seconds |
|
240
|
+
./spec/controllers/spotlight/search_configurations_controller_spec.rb[1:3:2:4] | passed | 0.08714 seconds |
|
241
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:1:1:1] | passed | 0.07028 seconds |
|
242
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:1:2:1] | passed | 0.06781 seconds |
|
243
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:1] | passed | 0.09626 seconds |
|
244
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:2:1] | passed | 0.09694 seconds |
|
245
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:2:2] | passed | 0.1426 seconds |
|
246
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:3:1] | pending | 0.1327 seconds |
|
247
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:3:2] | passed | 0.11183 seconds |
|
248
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:4:1] | passed | 0.09737 seconds |
|
249
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:5:1] | passed | 0.09926 seconds |
|
250
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:5:2] | passed | 0.08676 seconds |
|
251
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:6:1] | passed | 0.09528 seconds |
|
252
|
+
./spec/controllers/spotlight/searches_controller_spec.rb[1:2:7:1] | passed | 0.15022 seconds |
|
253
|
+
./spec/controllers/spotlight/sites_controller_spec.rb[1:1:1:1] | passed | 0.10639 seconds |
|
254
|
+
./spec/controllers/spotlight/sites_controller_spec.rb[1:2:1:1] | passed | 0.031 seconds |
|
255
|
+
./spec/controllers/spotlight/sites_controller_spec.rb[1:2:2:1] | passed | 0.0312 seconds |
|
256
|
+
./spec/controllers/spotlight/sites_controller_spec.rb[1:2:3:1] | passed | 0.12795 seconds |
|
257
|
+
./spec/controllers/spotlight/sites_controller_spec.rb[1:2:4:1] | passed | 0.08312 seconds |
|
258
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:1:1:1] | passed | 0.14098 seconds |
|
259
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:1] | passed | 0.11294 seconds |
|
260
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:2:1] | passed | 0.07255 seconds |
|
261
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:3] | passed | 0.11275 seconds |
|
262
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:4] | passed | 0.1068 seconds |
|
263
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:5] | passed | 0.10549 seconds |
|
264
|
+
./spec/controllers/spotlight/solr_controller_spec.rb[1:2:1:6:1] | passed | 0.11371 seconds |
|
265
|
+
./spec/controllers/spotlight/tags_controller_spec.rb[1:1:1:1] | passed | 0.07526 seconds |
|
266
|
+
./spec/controllers/spotlight/tags_controller_spec.rb[1:2:1:1] | passed | 0.09076 seconds |
|
267
|
+
./spec/controllers/spotlight/tags_controller_spec.rb[1:2:1:2] | passed | 0.07638 seconds |
|
268
|
+
./spec/controllers/spotlight/tags_controller_spec.rb[1:2:2:1] | passed | 0.10137 seconds |
|
269
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:1:1:1] | passed | 0.06691 seconds |
|
270
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:1] | passed | 0.07494 seconds |
|
271
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:2] | passed | 0.07333 seconds |
|
272
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:2:1:1] | passed | 0.07092 seconds |
|
273
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:1] | passed | 0.15612 seconds |
|
274
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:2:1] | passed | 0.14698 seconds |
|
275
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:3:1] | passed | 0.10259 seconds |
|
276
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:3:2] | passed | 0.148 seconds |
|
277
|
+
./spec/controllers/spotlight/translations_controller_spec.rb[1:4:1] | passed | 0.15211 seconds |
|
278
|
+
./spec/controllers/spotlight/versions_controller_spec.rb[1:1:1:1] | passed | 0.12008 seconds |
|
279
|
+
./spec/controllers/spotlight/versions_controller_spec.rb[1:2:1:1] | passed | 0.10699 seconds |
|
280
|
+
./spec/controllers/spotlight/versions_controller_spec.rb[1:3:1:1] | passed | 0.12654 seconds |
|
281
|
+
./spec/controllers/spotlight/view_configurations_controller_spec.rb[1:1:1:1] | passed | 0.14795 seconds |
|
282
|
+
./spec/controllers/spotlight/view_configurations_controller_spec.rb[1:2:1:1] | passed | 0.07312 seconds |
|
283
|
+
./spec/features/about_page_spec.rb[1:1:1] | passed | 0.26363 seconds |
|
284
|
+
./spec/features/about_page_spec.rb[1:2:1:1] | passed | 0.50347 seconds |
|
285
|
+
./spec/features/add_contacts_spec.rb[1:1] | passed | 0.57338 seconds |
|
286
|
+
./spec/features/add_contacts_spec.rb[1:2] | pending | 0.06502 seconds |
|
287
|
+
./spec/features/add_custom_field_metadata_spec.rb[1:1] | passed | 2.05 seconds |
|
288
|
+
./spec/features/add_custom_field_metadata_spec.rb[1:2:1] | passed | 0.23479 seconds |
|
289
|
+
./spec/features/add_custom_field_metadata_spec.rb[1:3:1] | passed | 7.92 seconds |
|
290
|
+
./spec/features/add_custom_field_metadata_spec.rb[1:4] | passed | 0.6412 seconds |
|
291
|
+
./spec/features/add_iiif_manifest_spec.rb[1:1] | passed | 0.71662 seconds |
|
292
|
+
./spec/features/add_iiif_manifest_spec.rb[1:2] | passed | 0.79728 seconds |
|
293
|
+
./spec/features/add_iiif_manifest_spec.rb[1:3] | passed | 0.45174 seconds |
|
294
|
+
./spec/features/add_items_spec.rb[1:1:1] | passed | 0.14433 seconds |
|
295
|
+
./spec/features/add_items_spec.rb[1:1:2] | passed | 0.53402 seconds |
|
296
|
+
./spec/features/add_items_spec.rb[1:1:3] | passed | 0.50075 seconds |
|
297
|
+
./spec/features/add_items_spec.rb[1:1:4] | passed | 0.12324 seconds |
|
298
|
+
./spec/features/add_items_spec.rb[1:1:5] | passed | 0.1311 seconds |
|
299
|
+
./spec/features/add_items_spec.rb[1:1:6:1] | passed | 0.16324 seconds |
|
300
|
+
./spec/features/add_items_spec.rb[1:2:1] | passed | 1.04 seconds |
|
301
|
+
./spec/features/autocomplete_typeahead_spec.rb[1:1:1:1] | passed | 1.7 seconds |
|
302
|
+
./spec/features/autocomplete_typeahead_spec.rb[1:1:1:2] | passed | 2.7 seconds |
|
303
|
+
./spec/features/autocomplete_typeahead_spec.rb[1:1:1:3] | passed | 1.45 seconds |
|
304
|
+
./spec/features/autocomplete_typeahead_spec.rb[1:1:2:1] | passed | 0.76102 seconds |
|
305
|
+
./spec/features/browse_category_admin_spec.rb[1:1:1] | passed | 0.20394 seconds |
|
306
|
+
./spec/features/browse_category_admin_spec.rb[1:2:1] | passed | 0.8669 seconds |
|
307
|
+
./spec/features/browse_category_admin_spec.rb[1:2:2] | passed | 0.7937 seconds |
|
308
|
+
./spec/features/browse_category_admin_spec.rb[1:3:1] | passed | 0.21082 seconds |
|
309
|
+
./spec/features/browse_category_admin_spec.rb[1:3:2] | passed | 0.29608 seconds |
|
310
|
+
./spec/features/browse_category_admin_spec.rb[1:3:3] | passed | 0.2843 seconds |
|
311
|
+
./spec/features/browse_category_admin_spec.rb[1:3:4] | passed | 0.30368 seconds |
|
312
|
+
./spec/features/browse_category_admin_spec.rb[1:3:5] | passed | 0.28428 seconds |
|
313
|
+
./spec/features/browse_category_admin_spec.rb[1:4:1] | pending | 0.07265 seconds |
|
314
|
+
./spec/features/browse_category_spec.rb[1:1:1:1] | passed | 0.14497 seconds |
|
315
|
+
./spec/features/browse_category_spec.rb[1:1:1:2] | passed | 0.1497 seconds |
|
316
|
+
./spec/features/browse_category_spec.rb[1:1:1:3] | passed | 0.16425 seconds |
|
317
|
+
./spec/features/browse_category_spec.rb[1:1:1:4:1] | passed | 0.17463 seconds |
|
318
|
+
./spec/features/browse_category_spec.rb[1:1:2:1] | passed | 0.15833 seconds |
|
319
|
+
./spec/features/browse_category_spec.rb[1:1:2:2] | passed | 0.16105 seconds |
|
320
|
+
./spec/features/browse_category_spec.rb[1:1:2:3] | passed | 0.15266 seconds |
|
321
|
+
./spec/features/browse_category_spec.rb[1:1:3:1] | passed | 0.27902 seconds |
|
322
|
+
./spec/features/browse_category_spec.rb[1:1:4:1] | passed | 0.14934 seconds |
|
323
|
+
./spec/features/browse_category_spec.rb[1:1:5:1] | passed | 0.18905 seconds |
|
324
|
+
./spec/features/browse_category_spec.rb[1:1:6:1] | passed | 0.32474 seconds |
|
325
|
+
./spec/features/browse_category_spec.rb[1:1:7] | passed | 0.32629 seconds |
|
326
|
+
./spec/features/catalog_spec.rb[1:1:1] | passed | 0.36593 seconds |
|
327
|
+
./spec/features/catalog_spec.rb[1:2] | passed | 0.12777 seconds |
|
328
|
+
./spec/features/catalog_spec.rb[1:3:1] | passed | 0.11657 seconds |
|
329
|
+
./spec/features/catalog_spec.rb[1:4:1] | passed | 0.27239 seconds |
|
330
|
+
./spec/features/confirm_email_spec.rb[1:1] | passed | 0.34192 seconds |
|
331
|
+
./spec/features/confirm_email_spec.rb[1:2] | passed | 0.18269 seconds |
|
332
|
+
./spec/features/create_exhibit_spec.rb[1:1] | passed | 0.11662 seconds |
|
333
|
+
./spec/features/create_exhibit_spec.rb[1:2] | passed | 0.47212 seconds |
|
334
|
+
./spec/features/create_exhibit_spec.rb[1:3] | passed | 0.4671 seconds |
|
335
|
+
./spec/features/create_exhibit_spec.rb[1:4] | passed | 0.59508 seconds |
|
336
|
+
./spec/features/create_page_spec.rb[1:1:1] | passed | 0.49776 seconds |
|
337
|
+
./spec/features/dashboard_spec.rb[1:1] | passed | 0.29053 seconds |
|
338
|
+
./spec/features/dashboard_spec.rb[1:2] | passed | 0.27676 seconds |
|
339
|
+
./spec/features/edit_contact_spec.rb[1:1] | passed | 0.32277 seconds |
|
340
|
+
./spec/features/edit_search_fields_spec.rb[1:1:1] | passed | 0.23694 seconds |
|
341
|
+
./spec/features/edit_search_fields_spec.rb[1:1:2] | passed | 0.18819 seconds |
|
342
|
+
./spec/features/edit_search_fields_spec.rb[1:1:3:1] | passed | 0.15682 seconds |
|
343
|
+
./spec/features/edit_search_fields_spec.rb[1:1:3:2] | passed | 0.30854 seconds |
|
344
|
+
./spec/features/edit_search_fields_spec.rb[1:1:4:1] | passed | 0.15313 seconds |
|
345
|
+
./spec/features/edit_search_fields_spec.rb[1:1:4:2] | passed | 0.34065 seconds |
|
346
|
+
./spec/features/exhibit_masthead_spec.rb[1:1] | passed | 0.5377 seconds |
|
347
|
+
./spec/features/exhibit_masthead_spec.rb[1:2] | passed | 0.38568 seconds |
|
348
|
+
./spec/features/exhibit_masthead_spec.rb[1:3] | passed | 0.43953 seconds |
|
349
|
+
./spec/features/exhibit_masthead_spec.rb[1:4] | pending | 0.06498 seconds |
|
350
|
+
./spec/features/exhibit_themes_spec.rb[1:1] | passed | 0.29789 seconds |
|
351
|
+
./spec/features/exhibits/add_tags_spec.rb[1:1] | passed | 0.54219 seconds |
|
352
|
+
./spec/features/exhibits/administration_spec.rb[1:1:1] | passed | 0.35547 seconds |
|
353
|
+
./spec/features/exhibits/administration_spec.rb[1:1:2] | passed | 0.1451 seconds |
|
354
|
+
./spec/features/exhibits/administration_spec.rb[1:1:3] | passed | 0.3185 seconds |
|
355
|
+
./spec/features/exhibits/administration_spec.rb[1:1:4] | passed | 1.43 seconds |
|
356
|
+
./spec/features/exhibits/administration_spec.rb[1:1:5] | passed | 0.33648 seconds |
|
357
|
+
./spec/features/exhibits/administration_spec.rb[1:1:6] | passed | 1.23 seconds |
|
358
|
+
./spec/features/exhibits/administration_spec.rb[1:1:7] | passed | 0.75799 seconds |
|
359
|
+
./spec/features/exhibits/administration_spec.rb[1:1:8] | passed | 0.83202 seconds |
|
360
|
+
./spec/features/exhibits/custom_metadata_fields_spec.rb[1:1] | passed | 0.92807 seconds |
|
361
|
+
./spec/features/exhibits/custom_metadata_fields_spec.rb[1:2] | passed | 0.22169 seconds |
|
362
|
+
./spec/features/exhibits/custom_metadata_fields_spec.rb[1:3] | passed | 0.59955 seconds |
|
363
|
+
./spec/features/exhibits/custom_metadata_fields_spec.rb[1:4] | passed | 0.81885 seconds |
|
364
|
+
./spec/features/exhibits/custom_search_fields_spec.rb[1:1] | passed | 0.73952 seconds |
|
365
|
+
./spec/features/exhibits/custom_search_fields_spec.rb[1:2] | passed | 0.23349 seconds |
|
366
|
+
./spec/features/exhibits/edit_metadata_fields_spec.rb[1:1] | passed | 0.45765 seconds |
|
367
|
+
./spec/features/exhibits/edit_metadata_fields_spec.rb[1:2] | passed | 0.989 seconds |
|
368
|
+
./spec/features/exhibits/edit_metadata_fields_spec.rb[1:3] | passed | 0.18076 seconds |
|
369
|
+
./spec/features/exhibits/language_create_edit_spec.rb[1:1:1] | passed | 0.62926 seconds |
|
370
|
+
./spec/features/exhibits/language_create_edit_spec.rb[1:2:1] | passed | 0.53959 seconds |
|
371
|
+
./spec/features/exhibits/language_create_edit_spec.rb[1:3:1] | passed | 0.71473 seconds |
|
372
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:1] | passed | 0.38919 seconds |
|
373
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:2:1] | passed | 0.49986 seconds |
|
374
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:3:1] | passed | 0.91531 seconds |
|
375
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:3:2] | passed | 0.68732 seconds |
|
376
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:3:3] | passed | 0.66455 seconds |
|
377
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:1:1] | passed | 0.53586 seconds |
|
378
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:1:2] | passed | 0.54848 seconds |
|
379
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:2:1] | passed | 0.62194 seconds |
|
380
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:2:2] | passed | 0.6521 seconds |
|
381
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:3:1] | passed | 1.09 seconds |
|
382
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:1:4:3:2] | passed | 0.93873 seconds |
|
383
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:2:1] | passed | 0.5427 seconds |
|
384
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:2:2:1] | passed | 0.21403 seconds |
|
385
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:2:2:2] | passed | 2.31 seconds |
|
386
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:2:3:1] | passed | 0.40525 seconds |
|
387
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:2:3:2] | passed | 1.06 seconds |
|
388
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:1] | passed | 0.52629 seconds |
|
389
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:2:1] | passed | 0.22693 seconds |
|
390
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:2:2] | passed | 1.28 seconds |
|
391
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:3:1] | passed | 0.22026 seconds |
|
392
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:3:2] | passed | 2.45 seconds |
|
393
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:4:1] | passed | 0.21014 seconds |
|
394
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:3:4:2] | passed | 1.55 seconds |
|
395
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:4:1] | passed | 0.26654 seconds |
|
396
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:4:2] | passed | 0.52114 seconds |
|
397
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:4:3] | passed | 1.24 seconds |
|
398
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:5:1] | passed | 0.39372 seconds |
|
399
|
+
./spec/features/exhibits/translation_editing_spec.rb[1:6:1] | passed | 0.40458 seconds |
|
400
|
+
./spec/features/exhibits_index_spec.rb[1:1:1] | passed | 0.2332 seconds |
|
401
|
+
./spec/features/exhibits_index_spec.rb[1:1:2:1] | passed | 0.20878 seconds |
|
402
|
+
./spec/features/exhibits_index_spec.rb[1:2:1] | passed | 0.23419 seconds |
|
403
|
+
./spec/features/feature_page_spec.rb[1:1:1] | passed | 0.14473 seconds |
|
404
|
+
./spec/features/feature_page_spec.rb[1:2:1:1] | passed | 0.15966 seconds |
|
405
|
+
./spec/features/feature_page_spec.rb[1:2:2:1:1] | passed | 0.15965 seconds |
|
406
|
+
./spec/features/feature_page_spec.rb[1:2:2:2:1] | passed | 0.16054 seconds |
|
407
|
+
./spec/features/feature_page_spec.rb[1:3:1:1] | passed | 0.46073 seconds |
|
408
|
+
./spec/features/feature_page_spec.rb[1:3:2:1] | passed | 0.32379 seconds |
|
409
|
+
./spec/features/feature_page_spec.rb[1:4:1] | passed | 0.2937 seconds |
|
410
|
+
./spec/features/feature_page_spec.rb[1:4:2] | passed | 2.67 seconds |
|
411
|
+
./spec/features/home_page_spec.rb[1:1] | passed | 0.35963 seconds |
|
412
|
+
./spec/features/home_page_spec.rb[1:2] | passed | 1.43 seconds |
|
413
|
+
./spec/features/home_page_spec.rb[1:3] | passed | 0.5003 seconds |
|
414
|
+
./spec/features/home_page_spec.rb[1:4] | passed | 0.24382 seconds |
|
415
|
+
./spec/features/home_page_spec.rb[1:5] | passed | 0.16305 seconds |
|
416
|
+
./spec/features/home_page_spec.rb[1:6:1:1] | passed | 0.45106 seconds |
|
417
|
+
./spec/features/home_page_spec.rb[1:7:1] | passed | 0.1474 seconds |
|
418
|
+
./spec/features/import_exhibit_spec.rb[1:1] | pending | 1.23 seconds |
|
419
|
+
./spec/features/import_exhibit_spec.rb[1:2] | passed | 1.71 seconds |
|
420
|
+
./spec/features/item_admin_spec.rb[1:1:1] | passed | 0.4184 seconds |
|
421
|
+
./spec/features/item_admin_spec.rb[1:1:2] | passed | 0.336 seconds |
|
422
|
+
./spec/features/item_admin_spec.rb[1:1:3] | passed | 0.97298 seconds |
|
423
|
+
./spec/features/item_admin_spec.rb[1:1:4] | passed | 1.17 seconds |
|
424
|
+
./spec/features/javascript/about_page_admin_spec.rb[1:1] | passed | 1.26 seconds |
|
425
|
+
./spec/features/javascript/block_controls_spec.rb[1:1] | passed | 2.02 seconds |
|
426
|
+
./spec/features/javascript/blocks/featured_browse_categories_block_spec.rb[1:1] | pending | 2.73 seconds |
|
427
|
+
./spec/features/javascript/blocks/featured_browse_categories_block_spec.rb[1:2] | pending | 2.81 seconds |
|
428
|
+
./spec/features/javascript/blocks/featured_pages_block_spec.rb[1:1] | pending | 2.93 seconds |
|
429
|
+
./spec/features/javascript/blocks/featured_pages_block_spec.rb[1:2] | pending | 2.91 seconds |
|
430
|
+
./spec/features/javascript/blocks/link_to_search_block_spec.rb[1:1] | pending | 2.76 seconds |
|
431
|
+
./spec/features/javascript/blocks/link_to_search_block_spec.rb[1:2] | pending | 2.82 seconds |
|
432
|
+
./spec/features/javascript/blocks/rule_block_spec.rb[1:1] | passed | 1.02 seconds |
|
433
|
+
./spec/features/javascript/blocks/search_result_block_spec.rb[1:1] | passed | 1.49 seconds |
|
434
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:1] | passed | 1.14 seconds |
|
435
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:2] | passed | 1.3 seconds |
|
436
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:3] | passed | 4.69 seconds |
|
437
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:4] | passed | 2.09 seconds |
|
438
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:5] | passed | 2.73 seconds |
|
439
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:6] | passed | 1.63 seconds |
|
440
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:7] | passed | 1.6 seconds |
|
441
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:8] | passed | 0.86478 seconds |
|
442
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:9] | passed | 1.5 seconds |
|
443
|
+
./spec/features/javascript/blocks/solr_documents_block_spec.rb[1:10] | passed | 2.41 seconds |
|
444
|
+
./spec/features/javascript/blocks/solr_documents_carousel_block_spec.rb[1:1] | passed | 1.43 seconds |
|
445
|
+
./spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:1] | passed | 1.81 seconds |
|
446
|
+
./spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:2] | passed | 0.92609 seconds |
|
447
|
+
./spec/features/javascript/edit_in_place_spec.rb[1:1:1] | passed | 1.72 seconds |
|
448
|
+
./spec/features/javascript/edit_in_place_spec.rb[1:1:2] | pending | 0.05521 seconds |
|
449
|
+
./spec/features/javascript/edit_in_place_spec.rb[1:2:1] | passed | 1.11 seconds |
|
450
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:1] | passed | 1.21 seconds |
|
451
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:2] | passed | 1.05 seconds |
|
452
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:3] | passed | 0.65783 seconds |
|
453
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:4] | passed | 0.68492 seconds |
|
454
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:5] | passed | 1.63 seconds |
|
455
|
+
./spec/features/javascript/feature_page_admin_spec.rb[1:6] | passed | 1.03 seconds |
|
456
|
+
./spec/features/javascript/home_page_edit_spec.rb[1:1] | passed | 0.46382 seconds |
|
457
|
+
./spec/features/javascript/home_page_edit_spec.rb[1:2] | passed | 0.88214 seconds |
|
458
|
+
./spec/features/javascript/locale_selector_spec.rb[1:1:1] | passed | 0.39872 seconds |
|
459
|
+
./spec/features/javascript/locale_selector_spec.rb[1:2:1] | passed | 0.44945 seconds |
|
460
|
+
./spec/features/javascript/locale_selector_spec.rb[1:3:1] | passed | 0.73373 seconds |
|
461
|
+
./spec/features/javascript/metadata_admin_spec.rb[1:1:1] | passed | 0.48142 seconds |
|
462
|
+
./spec/features/javascript/metadata_admin_spec.rb[1:1:2] | passed | 0.52376 seconds |
|
463
|
+
./spec/features/javascript/multi_image_select_spec.rb[1:1] | passed | 2.32 seconds |
|
464
|
+
./spec/features/javascript/reindex_monitor_spec.rb[1:1] | passed | 4.25 seconds |
|
465
|
+
./spec/features/javascript/roles_admin_spec.rb[1:1] | passed | 1.08 seconds |
|
466
|
+
./spec/features/javascript/roles_admin_spec.rb[1:2] | passed | 1.01 seconds |
|
467
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:1:1] | passed | 0.84905 seconds |
|
468
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:1:2] | passed | 0.84566 seconds |
|
469
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:2:1] | passed | 1.1 seconds |
|
470
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:2:2] | passed | 0.94824 seconds |
|
471
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:3:1] | passed | 0.92249 seconds |
|
472
|
+
./spec/features/javascript/search_config_admin_spec.rb[1:3:2] | passed | 0.91145 seconds |
|
473
|
+
./spec/features/javascript/search_context_spec.rb[1:1] | passed | 0.72507 seconds |
|
474
|
+
./spec/features/javascript/search_context_spec.rb[1:2] | passed | 0.61645 seconds |
|
475
|
+
./spec/features/javascript/search_context_spec.rb[1:3:1] | passed | 0.98739 seconds |
|
476
|
+
./spec/features/main_navigation_spec.rb[1:1] | passed | 0.16032 seconds |
|
477
|
+
./spec/features/main_navigation_spec.rb[1:2] | passed | 0.15766 seconds |
|
478
|
+
./spec/features/main_navigation_spec.rb[1:3] | passed | 0.15615 seconds |
|
479
|
+
./spec/features/main_navigation_spec.rb[1:4] | passed | 0.21726 seconds |
|
480
|
+
./spec/features/main_navigation_spec.rb[1:5] | passed | 0.23757 seconds |
|
481
|
+
./spec/features/main_navigation_spec.rb[1:6] | passed | 0.15998 seconds |
|
482
|
+
./spec/features/main_navigation_spec.rb[1:7:1] | passed | 0.44715 seconds |
|
483
|
+
./spec/features/main_navigation_spec.rb[1:7:2:1] | passed | 0.48149 seconds |
|
484
|
+
./spec/features/metadata_admin_spec.rb[1:1:1] | passed | 0.21005 seconds |
|
485
|
+
./spec/features/report_a_problem_spec.rb[1:1] | passed | 4.21 seconds |
|
486
|
+
./spec/features/report_a_problem_spec.rb[1:2:1] | passed | 0.81188 seconds |
|
487
|
+
./spec/features/report_a_problem_spec.rb[1:2:2] | passed | 2.51 seconds |
|
488
|
+
./spec/features/report_a_problem_spec.rb[1:2:3] | passed | 0.77046 seconds |
|
489
|
+
./spec/features/site_masthead_spec.rb[1:1] | passed | 0.22826 seconds |
|
490
|
+
./spec/features/site_masthead_spec.rb[1:2] | passed | 0.19042 seconds |
|
491
|
+
./spec/features/site_masthead_spec.rb[1:3] | passed | 0.10089 seconds |
|
492
|
+
./spec/features/site_masthead_spec.rb[1:4] | passed | 0.10408 seconds |
|
493
|
+
./spec/features/site_users_management_spec.rb[1:1] | passed | 0.41047 seconds |
|
494
|
+
./spec/features/site_users_management_spec.rb[1:2:1] | passed | 0.38387 seconds |
|
495
|
+
./spec/features/site_users_management_spec.rb[1:3] | passed | 0.7863 seconds |
|
496
|
+
./spec/features/site_users_management_spec.rb[1:4] | passed | 1.05 seconds |
|
497
|
+
./spec/features/site_users_management_spec.rb[1:5] | passed | 0.66678 seconds |
|
498
|
+
./spec/features/site_users_management_spec.rb[1:6] | passed | 0.41765 seconds |
|
499
|
+
./spec/features/slideshow_spec.rb[1:1] | passed | 1.63 seconds |
|
500
|
+
./spec/features/translation_scope_spec.rb[1:1:1] | passed | 0.27882 seconds |
|
501
|
+
./spec/features/translation_scope_spec.rb[1:2:1] | passed | 0.10444 seconds |
|
502
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:1:1] | passed | 0.01484 seconds |
|
503
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:1:2] | passed | 0.01331 seconds |
|
504
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:1:3:1] | passed | 0.01262 seconds |
|
505
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:2:1:1] | passed | 0.01071 seconds |
|
506
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:2:2:1] | passed | 0.01065 seconds |
|
507
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:3:1] | passed | 0.06068 seconds |
|
508
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:4:1:1] | passed | 0.01259 seconds |
|
509
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:4:2:1] | passed | 0.01083 seconds |
|
510
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:5:1] | passed | 0.07461 seconds |
|
511
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:5:2] | passed | 0.06118 seconds |
|
512
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:6:1] | passed | 0.01131 seconds |
|
513
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:6:2] | passed | 0.01046 seconds |
|
514
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:7:1] | passed | 0.01847 seconds |
|
515
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:8:1] | passed | 0.01398 seconds |
|
516
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:8:2] | passed | 0.01162 seconds |
|
517
|
+
./spec/helpers/spotlight/application_helper_spec.rb[1:8:3] | passed | 0.01106 seconds |
|
518
|
+
./spec/helpers/spotlight/browse_helper_spec.rb[1:1] | passed | 0.01279 seconds |
|
519
|
+
./spec/helpers/spotlight/browse_helper_spec.rb[1:2] | passed | 0.00936 seconds |
|
520
|
+
./spec/helpers/spotlight/crop_helper_spec.rb[1:1:1] | passed | 0.00979 seconds |
|
521
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:1:1] | passed | 0.01056 seconds |
|
522
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:1] | passed | 0.06847 seconds |
|
523
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:2] | passed | 0.0602 seconds |
|
524
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:2:3] | passed | 0.06478 seconds |
|
525
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:1] | passed | 0.06293 seconds |
|
526
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:2] | passed | 0.05304 seconds |
|
527
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:3:3] | passed | 0.06081 seconds |
|
528
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:1] | passed | 0.05609 seconds |
|
529
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:2] | passed | 0.06791 seconds |
|
530
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:4:3] | passed | 0.06383 seconds |
|
531
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:1] | passed | 0.06249 seconds |
|
532
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:2] | passed | 0.07678 seconds |
|
533
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:5:3] | passed | 0.06844 seconds |
|
534
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:6:1] | passed | 0.01084 seconds |
|
535
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:1] | passed | 0.0655 seconds |
|
536
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:2] | passed | 0.01287 seconds |
|
537
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:3] | passed | 0.07946 seconds |
|
538
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:7:4] | passed | 0.0138 seconds |
|
539
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:1] | passed | 0.01286 seconds |
|
540
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:2] | passed | 0.01169 seconds |
|
541
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:3] | passed | 0.01238 seconds |
|
542
|
+
./spec/helpers/spotlight/crud_link_helpers_spec.rb[1:8:4] | passed | 0.01341 seconds |
|
543
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:1:1] | passed | 0.06576 seconds |
|
544
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:2:1] | passed | 0.15474 seconds |
|
545
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:2:2] | passed | 0.15448 seconds |
|
546
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:2:3] | passed | 0.15164 seconds |
|
547
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:3:1:1] | passed | 0.00932 seconds |
|
548
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:3:1:2] | passed | 0.00997 seconds |
|
549
|
+
./spec/helpers/spotlight/languages_helper_spec.rb[1:3:2:1] | passed | 0.01109 seconds |
|
550
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:1:1:1] | passed | 0.06802 seconds |
|
551
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:2:1:1] | passed | 0.05921 seconds |
|
552
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:3:1:1] | passed | 0.05533 seconds |
|
553
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:4:1:1] | passed | 0.0102 seconds |
|
554
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:1:5:1:1] | passed | 0.05748 seconds |
|
555
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:1:1] | passed | 0.01129 seconds |
|
556
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:2:1] | passed | 0.0668 seconds |
|
557
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:3:1] | passed | 0.0897 seconds |
|
558
|
+
./spec/helpers/spotlight/main_app_helpers_spec.rb[1:2:4:1] | passed | 0.06145 seconds |
|
559
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:1:1:1] | passed | 0.06149 seconds |
|
560
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:1:2:1] | passed | 0.01266 seconds |
|
561
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:1:1:1] | passed | 0.05447 seconds |
|
562
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:1:2:1] | passed | 0.05646 seconds |
|
563
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:2:1:1] | passed | 0.01106 seconds |
|
564
|
+
./spec/helpers/spotlight/masthead_helper_spec.rb[1:2:2:2:1] | passed | 0.01025 seconds |
|
565
|
+
./spec/helpers/spotlight/meta_helper_spec.rb[1:1:1] | passed | 0.06596 seconds |
|
566
|
+
./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:1] | passed | 0.01088 seconds |
|
567
|
+
./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:2] | passed | 0.01051 seconds |
|
568
|
+
./spec/helpers/spotlight/navbar_helper_spec.rb[1:1:3] | passed | 0.01087 seconds |
|
569
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:1:1] | passed | 0.07649 seconds |
|
570
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:1:2] | passed | 0.07251 seconds |
|
571
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:2:1] | passed | 0.06973 seconds |
|
572
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:2:2] | passed | 0.07376 seconds |
|
573
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:2:3] | passed | 0.06769 seconds |
|
574
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:3:1] | passed | 0.06835 seconds |
|
575
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:3:2] | passed | 0.07195 seconds |
|
576
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:1:1] | passed | 0.07262 seconds |
|
577
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:1:2] | passed | 0.09415 seconds |
|
578
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:1:3] | passed | 0.0693 seconds |
|
579
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:2:1] | passed | 0.07578 seconds |
|
580
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:2:2] | passed | 0.06937 seconds |
|
581
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:4:2:3] | passed | 0.06902 seconds |
|
582
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:5:1] | passed | 0.07625 seconds |
|
583
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:6:1:1] | passed | 0.07485 seconds |
|
584
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:6:2:1] | passed | 0.06935 seconds |
|
585
|
+
./spec/helpers/spotlight/pages_helper_spec.rb[1:7:1] | passed | 0.06826 seconds |
|
586
|
+
./spec/helpers/spotlight/roles_helper_spec.rb[1:1] | passed | 0.01192 seconds |
|
587
|
+
./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:1] | passed | 0.01683 seconds |
|
588
|
+
./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:2] | passed | 0.01414 seconds |
|
589
|
+
./spec/helpers/spotlight/search_configurations_helper_spec.rb[1:1:3] | passed | 0.0113 seconds |
|
590
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:1:1] | passed | 0.01324 seconds |
|
591
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:1:2] | passed | 0.01162 seconds |
|
592
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:1:3] | passed | 0.01264 seconds |
|
593
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:2:1] | passed | 0.01142 seconds |
|
594
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:2:2] | passed | 0.011 seconds |
|
595
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:3:1] | passed | 0.01628 seconds |
|
596
|
+
./spec/helpers/spotlight/title_helper_spec.rb[1:4:1] | passed | 0.01491 seconds |
|
597
|
+
./spec/helpers/spotlight/translations_helper_spec.rb[1:1:1] | passed | 0.06304 seconds |
|
598
|
+
./spec/i18n_spec.rb[1:1] | pending | 1.78 seconds |
|
599
|
+
./spec/i18n_spec.rb[1:2] | failed | 2.12 seconds |
|
600
|
+
./spec/i18n_spec.rb[1:3] | passed | 0.66853 seconds |
|
601
|
+
./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:1:1] | passed | 0.05106 seconds |
|
602
|
+
./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:2] | passed | 0.79233 seconds |
|
603
|
+
./spec/jobs/spotlight/add_uploads_from_csv_spec.rb[1:3:1] | passed | 0.1332 seconds |
|
604
|
+
./spec/jobs/spotlight/default_thumbnail_job_spec.rb[1:1] | passed | 0.00756 seconds |
|
605
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:1] | passed | 0.09746 seconds |
|
606
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2:1] | passed | 0.10096 seconds |
|
607
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2:2] | passed | 0.1 seconds |
|
608
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2:3] | passed | 0.10202 seconds |
|
609
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2:4] | passed | 0.11493 seconds |
|
610
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:1:2:5] | passed | 0.1507 seconds |
|
611
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:2:1] | passed | 0.07402 seconds |
|
612
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:3:1] | passed | 0.07058 seconds |
|
613
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:3:2] | passed | 0.06789 seconds |
|
614
|
+
./spec/jobs/spotlight/reindex_job_spec.rb[1:3:3] | passed | 0.05481 seconds |
|
615
|
+
./spec/jobs/spotlight/rename_sidecar_field_job_spec.rb[1:1] | passed | 0.09536 seconds |
|
616
|
+
./spec/jobs/spotlight/rename_sidecar_field_job_spec.rb[1:2] | passed | 0.0808 seconds |
|
617
|
+
./spec/lib/migration/iiif_spec.rb[1:1:1:1] | passed | 0.09215 seconds |
|
618
|
+
./spec/lib/migration/iiif_spec.rb[1:1:1:2] | passed | 0.09079 seconds |
|
619
|
+
./spec/lib/migration/iiif_spec.rb[1:1:2:1] | passed | 0.08319 seconds |
|
620
|
+
./spec/lib/migration/iiif_spec.rb[1:1:2:2] | passed | 0.07691 seconds |
|
621
|
+
./spec/lib/migration/iiif_spec.rb[1:1:2:3] | passed | 0.09062 seconds |
|
622
|
+
./spec/lib/migration/iiif_spec.rb[1:2:1] | passed | 0.0872 seconds |
|
623
|
+
./spec/lib/migration/iiif_spec.rb[1:3:1] | passed | 0.02557 seconds |
|
624
|
+
./spec/lib/migration/page_language_spec.rb[1:1:1] | passed | 0.08258 seconds |
|
625
|
+
./spec/lib/spotlight/controller_spec.rb[1:1:1] | passed | 0.00937 seconds |
|
626
|
+
./spec/lib/spotlight/controller_spec.rb[1:2:1] | passed | 0.01294 seconds |
|
627
|
+
./spec/lib/spotlight/controller_spec.rb[1:2:2] | passed | 0.00899 seconds |
|
628
|
+
./spec/lib/spotlight/controller_spec.rb[1:2:3] | passed | 0.01116 seconds |
|
629
|
+
./spec/lib/spotlight/controller_spec.rb[1:2:4] | passed | 0.00871 seconds |
|
630
|
+
./spec/lib/spotlight/controller_spec.rb[1:3:1] | passed | 0.01119 seconds |
|
631
|
+
./spec/lib/spotlight/controller_spec.rb[1:3:2] | passed | 0.05188 seconds |
|
632
|
+
./spec/lib/spotlight/controller_spec.rb[1:3:3] | passed | 0.01273 seconds |
|
633
|
+
./spec/lib/spotlight/controller_spec.rb[1:3:4:1] | pending | 0.01192 seconds |
|
634
|
+
./spec/lib/spotlight/controller_spec.rb[1:4:1] | passed | 0.00904 seconds |
|
635
|
+
./spec/lib/spotlight/controller_spec.rb[1:5:1] | passed | 0.05276 seconds |
|
636
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:1:1] | passed | 0.00875 seconds |
|
637
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:1:2] | passed | 0.01038 seconds |
|
638
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:1:3] | passed | 0.01021 seconds |
|
639
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:2:1] | passed | 0.01044 seconds |
|
640
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:3:1] | passed | 0.00836 seconds |
|
641
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:4:1] | passed | 0.01343 seconds |
|
642
|
+
./spec/lib/spotlight/upload_field_config_spec.rb[1:4:2] | passed | 0.02616 seconds |
|
643
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:1] | passed | 0.5828 seconds |
|
644
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:2] | passed | 0.01594 seconds |
|
645
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:3] | passed | 0.01435 seconds |
|
646
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:4:1] | passed | 0.01321 seconds |
|
647
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:5] | passed | 0.01723 seconds |
|
648
|
+
./spec/mailers/spotlight/indexing_complete_mailer_spec.rb[1:6:1] | passed | 0.01732 seconds |
|
649
|
+
./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:1:1] | passed | 0.07792 seconds |
|
650
|
+
./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:1:2] | passed | 0.07058 seconds |
|
651
|
+
./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:2:1:1] | passed | 0.09041 seconds |
|
652
|
+
./spec/models/sir_trevor_rails/blocks/browse_block_spec.rb[1:2:2:1] | passed | 0.09087 seconds |
|
653
|
+
./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:1:1] | passed | 0.10721 seconds |
|
654
|
+
./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:1:2] | passed | 0.05748 seconds |
|
655
|
+
./spec/models/sir_trevor_rails/blocks/featured_pages_block_spec.rb[1:2:1:1] | passed | 0.0566 seconds |
|
656
|
+
./spec/models/sir_trevor_rails/blocks/search_results_block_spec.rb[1:1:1] | passed | 0.05652 seconds |
|
657
|
+
./spec/models/sir_trevor_rails/blocks/search_results_block_spec.rb[1:1:2] | passed | 0.05887 seconds |
|
658
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:1:1] | passed | 0.05509 seconds |
|
659
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:1:2] | passed | 0.06564 seconds |
|
660
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:1] | passed | 0.0471 seconds |
|
661
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:2] | passed | 0.05836 seconds |
|
662
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:2:3] | passed | 0.05719 seconds |
|
663
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:1] | passed | 0.12492 seconds |
|
664
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:2] | passed | 0.06592 seconds |
|
665
|
+
./spec/models/sir_trevor_rails/blocks/solr_documents_block_spec.rb[1:3:3] | passed | 0.06672 seconds |
|
666
|
+
./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:1:1] | passed | 0.01007 seconds |
|
667
|
+
./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:1:2] | passed | 0.00994 seconds |
|
668
|
+
./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:2:1] | passed | 0.00978 seconds |
|
669
|
+
./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:3:1] | passed | 0.01023 seconds |
|
670
|
+
./spec/models/sir_trevor_rails/blocks/textable_spec.rb[1:3:2] | passed | 0.01277 seconds |
|
671
|
+
./spec/models/solr_document_spec.rb[1:1:1] | passed | 0.01756 seconds |
|
672
|
+
./spec/models/solr_document_spec.rb[1:2:1] | passed | 0.02693 seconds |
|
673
|
+
./spec/models/solr_document_spec.rb[1:3:1] | passed | 0.12134 seconds |
|
674
|
+
./spec/models/solr_document_spec.rb[1:4] | passed | 0.53338 seconds |
|
675
|
+
./spec/models/solr_document_spec.rb[1:5] | passed | 0.24075 seconds |
|
676
|
+
./spec/models/solr_document_spec.rb[1:6] | passed | 0.04163 seconds |
|
677
|
+
./spec/models/solr_document_spec.rb[1:7] | passed | 0.06328 seconds |
|
678
|
+
./spec/models/solr_document_spec.rb[1:8:1] | passed | 0.02355 seconds |
|
679
|
+
./spec/models/solr_document_spec.rb[1:8:2] | passed | 0.02654 seconds |
|
680
|
+
./spec/models/solr_document_spec.rb[1:9:1] | passed | 0.07944 seconds |
|
681
|
+
./spec/models/solr_document_spec.rb[1:9:2] | passed | 0.16143 seconds |
|
682
|
+
./spec/models/solr_document_spec.rb[1:10:1] | passed | 0.05283 seconds |
|
683
|
+
./spec/models/solr_document_spec.rb[1:10:2] | passed | 0.07672 seconds |
|
684
|
+
./spec/models/solr_document_spec.rb[1:10:3] | passed | 0.05336 seconds |
|
685
|
+
./spec/models/solr_document_spec.rb[1:10:4] | passed | 0.05152 seconds |
|
686
|
+
./spec/models/solr_document_spec.rb[1:11:1] | passed | 0.08428 seconds |
|
687
|
+
./spec/models/solr_document_spec.rb[1:11:2] | passed | 0.11302 seconds |
|
688
|
+
./spec/models/solr_document_spec.rb[1:11:3] | passed | 0.08543 seconds |
|
689
|
+
./spec/models/solr_document_spec.rb[1:11:4] | passed | 0.06623 seconds |
|
690
|
+
./spec/models/solr_document_spec.rb[1:12:1] | passed | 0.06119 seconds |
|
691
|
+
./spec/models/solr_document_spec.rb[1:13:1] | passed | 0.0512 seconds |
|
692
|
+
./spec/models/solr_document_spec.rb[1:14:1] | passed | 0.05528 seconds |
|
693
|
+
./spec/models/solr_document_spec.rb[1:14:2] | passed | 0.06203 seconds |
|
694
|
+
./spec/models/solr_document_spec.rb[1:15:1] | passed | 0.06503 seconds |
|
695
|
+
./spec/models/solr_document_spec.rb[1:16:1] | passed | 0.00965 seconds |
|
696
|
+
./spec/models/solr_document_spec.rb[1:16:2] | passed | 0.0093 seconds |
|
697
|
+
./spec/models/solr_document_spec.rb[1:16:3:1] | passed | 0.01386 seconds |
|
698
|
+
./spec/models/solr_document_spec.rb[1:16:3:2] | passed | 0.012 seconds |
|
699
|
+
./spec/models/solr_document_spec.rb[1:17:1] | passed | 0.0094 seconds |
|
700
|
+
./spec/models/solr_document_spec.rb[1:17:2] | passed | 0.01287 seconds |
|
701
|
+
./spec/models/solr_document_spec.rb[1:18:1] | passed | 0.00968 seconds |
|
702
|
+
./spec/models/spotlight/ability_spec.rb[1:1:1] | passed | 0.06087 seconds |
|
703
|
+
./spec/models/spotlight/ability_spec.rb[1:1:2] | passed | 0.06842 seconds |
|
704
|
+
./spec/models/spotlight/ability_spec.rb[1:1:3] | passed | 0.07886 seconds |
|
705
|
+
./spec/models/spotlight/ability_spec.rb[1:1:4] | passed | 0.0806 seconds |
|
706
|
+
./spec/models/spotlight/ability_spec.rb[1:1:5] | passed | 0.07329 seconds |
|
707
|
+
./spec/models/spotlight/ability_spec.rb[1:1:6] | passed | 0.08286 seconds |
|
708
|
+
./spec/models/spotlight/ability_spec.rb[1:1:7] | passed | 0.08735 seconds |
|
709
|
+
./spec/models/spotlight/ability_spec.rb[1:1:8] | passed | 0.08219 seconds |
|
710
|
+
./spec/models/spotlight/ability_spec.rb[1:1:9] | passed | 0.06836 seconds |
|
711
|
+
./spec/models/spotlight/ability_spec.rb[1:2:1] | passed | 0.02829 seconds |
|
712
|
+
./spec/models/spotlight/ability_spec.rb[1:3:1] | passed | 0.05771 seconds |
|
713
|
+
./spec/models/spotlight/ability_spec.rb[1:3:2] | passed | 0.08781 seconds |
|
714
|
+
./spec/models/spotlight/ability_spec.rb[1:3:3] | passed | 0.09524 seconds |
|
715
|
+
./spec/models/spotlight/ability_spec.rb[1:3:4] | passed | 0.08465 seconds |
|
716
|
+
./spec/models/spotlight/ability_spec.rb[1:3:5] | passed | 0.0909 seconds |
|
717
|
+
./spec/models/spotlight/ability_spec.rb[1:3:6] | passed | 0.08676 seconds |
|
718
|
+
./spec/models/spotlight/ability_spec.rb[1:3:7] | passed | 0.07613 seconds |
|
719
|
+
./spec/models/spotlight/ability_spec.rb[1:3:8] | passed | 0.09109 seconds |
|
720
|
+
./spec/models/spotlight/ability_spec.rb[1:3:9] | passed | 0.07444 seconds |
|
721
|
+
./spec/models/spotlight/ability_spec.rb[1:3:10] | passed | 0.07042 seconds |
|
722
|
+
./spec/models/spotlight/ability_spec.rb[1:4:1] | passed | 0.06412 seconds |
|
723
|
+
./spec/models/spotlight/ability_spec.rb[1:4:2] | passed | 0.08001 seconds |
|
724
|
+
./spec/models/spotlight/ability_spec.rb[1:4:3] | passed | 0.06592 seconds |
|
725
|
+
./spec/models/spotlight/ability_spec.rb[1:4:4] | passed | 0.06288 seconds |
|
726
|
+
./spec/models/spotlight/ability_spec.rb[1:4:5] | passed | 0.06458 seconds |
|
727
|
+
./spec/models/spotlight/ability_spec.rb[1:4:6] | passed | 0.08056 seconds |
|
728
|
+
./spec/models/spotlight/ability_spec.rb[1:4:7] | passed | 0.0757 seconds |
|
729
|
+
./spec/models/spotlight/ability_spec.rb[1:4:8] | passed | 0.0502 seconds |
|
730
|
+
./spec/models/spotlight/ability_spec.rb[1:4:9] | passed | 0.06238 seconds |
|
731
|
+
./spec/models/spotlight/ability_spec.rb[1:4:10] | passed | 0.09298 seconds |
|
732
|
+
./spec/models/spotlight/ability_spec.rb[1:4:11] | passed | 0.08319 seconds |
|
733
|
+
./spec/models/spotlight/ability_spec.rb[1:4:12] | passed | 0.07212 seconds |
|
734
|
+
./spec/models/spotlight/ability_spec.rb[1:4:13] | passed | 0.06796 seconds |
|
735
|
+
./spec/models/spotlight/ability_spec.rb[1:4:14] | passed | 0.07834 seconds |
|
736
|
+
./spec/models/spotlight/ability_spec.rb[1:4:15] | passed | 0.07166 seconds |
|
737
|
+
./spec/models/spotlight/ability_spec.rb[1:4:16] | passed | 0.06873 seconds |
|
738
|
+
./spec/models/spotlight/ability_spec.rb[1:4:17] | passed | 0.06884 seconds |
|
739
|
+
./spec/models/spotlight/ability_spec.rb[1:4:18] | passed | 0.0658 seconds |
|
740
|
+
./spec/models/spotlight/ability_spec.rb[1:4:19] | passed | 0.08424 seconds |
|
741
|
+
./spec/models/spotlight/ability_spec.rb[1:4:20] | passed | 0.06766 seconds |
|
742
|
+
./spec/models/spotlight/ability_spec.rb[1:4:21] | passed | 0.06448 seconds |
|
743
|
+
./spec/models/spotlight/ability_spec.rb[1:4:22] | passed | 0.06679 seconds |
|
744
|
+
./spec/models/spotlight/about_page_spec.rb[1:1] | passed | 0.00827 seconds |
|
745
|
+
./spec/models/spotlight/about_page_spec.rb[1:2] | passed | 0.00823 seconds |
|
746
|
+
./spec/models/spotlight/about_page_spec.rb[1:3] | passed | 0.05653 seconds |
|
747
|
+
./spec/models/spotlight/about_page_spec.rb[1:4] | passed | 0.06138 seconds |
|
748
|
+
./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:1] | passed | 0.05903 seconds |
|
749
|
+
./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:2] | passed | 0.05472 seconds |
|
750
|
+
./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:1:3] | passed | 0.06137 seconds |
|
751
|
+
./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:2:1:1] | passed | 0.07697 seconds |
|
752
|
+
./spec/models/spotlight/access_controls_enforcement_search_builder_spec.rb[1:2:2:1] | passed | 0.06034 seconds |
|
753
|
+
./spec/models/spotlight/analytics/ga_spec.rb[1:1] | passed | 0.07526 seconds |
|
754
|
+
./spec/models/spotlight/analytics/ga_spec.rb[1:2:1] | passed | 0.01115 seconds |
|
755
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:1] | passed | 0.0671 seconds |
|
756
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:2] | passed | 0.07545 seconds |
|
757
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:3] | passed | 0.1049 seconds |
|
758
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:1] | passed | 0.1351 seconds |
|
759
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:2] | passed | 0.27108 seconds |
|
760
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:3] | passed | 0.17067 seconds |
|
761
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:4] | passed | 0.13954 seconds |
|
762
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:5] | passed | 0.063 seconds |
|
763
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:6] | passed | 0.05765 seconds |
|
764
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:1] | passed | 0.06566 seconds |
|
765
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:2] | passed | 0.05565 seconds |
|
766
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:7:3] | passed | 0.07352 seconds |
|
767
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:4:8:1] | passed | 0.07437 seconds |
|
768
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:1] | passed | 0.05586 seconds |
|
769
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:2] | passed | 0.06938 seconds |
|
770
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:3] | passed | 0.06698 seconds |
|
771
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:4] | passed | 0.07116 seconds |
|
772
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:5] | passed | 0.06711 seconds |
|
773
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:6] | passed | 0.07092 seconds |
|
774
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:7] | passed | 0.07481 seconds |
|
775
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:8] | passed | 0.09676 seconds |
|
776
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:9] | passed | 0.07465 seconds |
|
777
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:10] | passed | 0.06976 seconds |
|
778
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:1] | passed | 0.06225 seconds |
|
779
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:2] | passed | 0.0619 seconds |
|
780
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:11:3] | passed | 0.06456 seconds |
|
781
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:12] | passed | 0.06447 seconds |
|
782
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:13] | passed | 0.07012 seconds |
|
783
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:14] | passed | 0.0712 seconds |
|
784
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:15] | passed | 0.08498 seconds |
|
785
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:16] | passed | 0.06405 seconds |
|
786
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:17] | passed | 0.07119 seconds |
|
787
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:5:18:1] | passed | 0.05379 seconds |
|
788
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:1:1] | passed | 0.08602 seconds |
|
789
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:2:1] | passed | 0.06881 seconds |
|
790
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:3:1] | passed | 0.06954 seconds |
|
791
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:6:1:4:1] | passed | 0.05821 seconds |
|
792
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:1] | passed | 0.0527 seconds |
|
793
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:2] | passed | 0.051 seconds |
|
794
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:3] | passed | 0.05512 seconds |
|
795
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:7:4] | passed | 0.05252 seconds |
|
796
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:1] | passed | 0.08299 seconds |
|
797
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:2] | passed | 0.06334 seconds |
|
798
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:3] | passed | 0.06924 seconds |
|
799
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:4] | passed | 0.07269 seconds |
|
800
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:5] | passed | 0.08158 seconds |
|
801
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:8:6:1] | passed | 0.06048 seconds |
|
802
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:1] | passed | 0.06305 seconds |
|
803
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:2] | passed | 0.05902 seconds |
|
804
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:3] | passed | 0.06271 seconds |
|
805
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:9:4] | passed | 0.06218 seconds |
|
806
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:1] | passed | 0.0534 seconds |
|
807
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:2] | passed | 0.05926 seconds |
|
808
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:3] | passed | 0.0564 seconds |
|
809
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:10:4] | passed | 0.0614 seconds |
|
810
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:1] | passed | 0.0498 seconds |
|
811
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:11:2] | passed | 0.06481 seconds |
|
812
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:12:1] | passed | 0.05623 seconds |
|
813
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:12:2] | passed | 0.058 seconds |
|
814
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:13:1] | passed | 0.06076 seconds |
|
815
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:13:2] | passed | 0.06273 seconds |
|
816
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:14:1] | passed | 0.06428 seconds |
|
817
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:15:1] | passed | 0.05658 seconds |
|
818
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:16:1] | passed | 0.0735 seconds |
|
819
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:17:1:1] | passed | 0.08395 seconds |
|
820
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:17:1:2] | passed | 0.08245 seconds |
|
821
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:17:1:3] | passed | 0.06226 seconds |
|
822
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:18:1] | passed | 0.05663 seconds |
|
823
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:18:2] | passed | 0.05722 seconds |
|
824
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:19:1] | passed | 0.05609 seconds |
|
825
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:19:2] | passed | 0.05515 seconds |
|
826
|
+
./spec/models/spotlight/blacklight_configuration_spec.rb[1:19:3] | passed | 0.05384 seconds |
|
827
|
+
./spec/models/spotlight/contact_email_spec.rb[1:1] | passed | 0.01007 seconds |
|
828
|
+
./spec/models/spotlight/contact_email_spec.rb[1:2:1] | passed | 0.0105 seconds |
|
829
|
+
./spec/models/spotlight/contact_email_spec.rb[1:3:1] | passed | 0.00986 seconds |
|
830
|
+
./spec/models/spotlight/contact_email_spec.rb[1:3:2:1] | passed | 0.0165 seconds |
|
831
|
+
./spec/models/spotlight/contact_email_spec.rb[1:4:1] | passed | 0.02488 seconds |
|
832
|
+
./spec/models/spotlight/contact_form_spec.rb[1:1:1] | passed | 0.01222 seconds |
|
833
|
+
./spec/models/spotlight/contact_form_spec.rb[1:1:2:1] | passed | 0.01024 seconds |
|
834
|
+
./spec/models/spotlight/contact_form_spec.rb[1:1:3:1] | passed | 0.01217 seconds |
|
835
|
+
./spec/models/spotlight/contact_form_spec.rb[1:2:1] | passed | 0.00874 seconds |
|
836
|
+
./spec/models/spotlight/contact_form_spec.rb[1:2:2:1] | passed | 0.01362 seconds |
|
837
|
+
./spec/models/spotlight/contact_form_spec.rb[1:3:1] | passed | 0.01888 seconds |
|
838
|
+
./spec/models/spotlight/contact_form_spec.rb[1:3:2] | passed | 0.01659 seconds |
|
839
|
+
./spec/models/spotlight/contact_form_spec.rb[1:4:1] | passed | 0.01029 seconds |
|
840
|
+
./spec/models/spotlight/contact_form_spec.rb[1:4:2] | passed | 0.01555 seconds |
|
841
|
+
./spec/models/spotlight/contact_form_spec.rb[1:4:3] | passed | 0.00853 seconds |
|
842
|
+
./spec/models/spotlight/contact_form_spec.rb[1:4:4] | passed | 0.01504 seconds |
|
843
|
+
./spec/models/spotlight/contact_image_spec.rb[1:1] | passed | 0.00916 seconds |
|
844
|
+
./spec/models/spotlight/contact_spec.rb[1:1:1] | passed | 0.06404 seconds |
|
845
|
+
./spec/models/spotlight/contact_spec.rb[1:1:2] | passed | 0.06089 seconds |
|
846
|
+
./spec/models/spotlight/contact_spec.rb[1:2:1] | passed | 0.05694 seconds |
|
847
|
+
./spec/models/spotlight/contact_spec.rb[1:3:1] | passed | 0.06163 seconds |
|
848
|
+
./spec/models/spotlight/custom_field_spec.rb[1:1:1:1:1] | passed | 0.01057 seconds |
|
849
|
+
./spec/models/spotlight/custom_field_spec.rb[1:1:2:1:1:1] | passed | 0.0519 seconds |
|
850
|
+
./spec/models/spotlight/custom_field_spec.rb[1:1:2:2:1:1] | passed | 0.05727 seconds |
|
851
|
+
./spec/models/spotlight/custom_field_spec.rb[1:2:1:1:1] | passed | 0.00975 seconds |
|
852
|
+
./spec/models/spotlight/custom_field_spec.rb[1:2:2:1:1] | passed | 0.06176 seconds |
|
853
|
+
./spec/models/spotlight/custom_field_spec.rb[1:3:1] | passed | 0.013 seconds |
|
854
|
+
./spec/models/spotlight/custom_field_spec.rb[1:3:2] | passed | 0.0131 seconds |
|
855
|
+
./spec/models/spotlight/custom_field_spec.rb[1:3:3] | passed | 0.01466 seconds |
|
856
|
+
./spec/models/spotlight/custom_field_spec.rb[1:3:4] | passed | 0.01568 seconds |
|
857
|
+
./spec/models/spotlight/custom_field_spec.rb[1:4:1] | passed | 0.06066 seconds |
|
858
|
+
./spec/models/spotlight/custom_field_spec.rb[1:4:2:1] | passed | 0.0551 seconds |
|
859
|
+
./spec/models/spotlight/custom_field_spec.rb[1:4:3:1] | passed | 0.07855 seconds |
|
860
|
+
./spec/models/spotlight/custom_field_spec.rb[1:5:1] | passed | 0.06799 seconds |
|
861
|
+
./spec/models/spotlight/custom_field_spec.rb[1:5:2] | passed | 0.05824 seconds |
|
862
|
+
./spec/models/spotlight/custom_field_spec.rb[1:5:3] | passed | 0.06693 seconds |
|
863
|
+
./spec/models/spotlight/custom_field_spec.rb[1:5:4] | passed | 0.06442 seconds |
|
864
|
+
./spec/models/spotlight/custom_field_spec.rb[1:6:1] | passed | 0.05719 seconds |
|
865
|
+
./spec/models/spotlight/custom_field_spec.rb[1:6:2] | passed | 0.08693 seconds |
|
866
|
+
./spec/models/spotlight/custom_field_spec.rb[1:6:3] | passed | 0.07059 seconds |
|
867
|
+
./spec/models/spotlight/custom_search_field_spec.rb[1:1:1:1:1] | passed | 0.01 seconds |
|
868
|
+
./spec/models/spotlight/custom_search_field_spec.rb[1:1:2:1:1:1] | passed | 0.052 seconds |
|
869
|
+
./spec/models/spotlight/custom_search_field_spec.rb[1:1:2:2:1:1] | passed | 0.0682 seconds |
|
870
|
+
./spec/models/spotlight/custom_search_field_spec.rb[1:2:1:1:1] | passed | 0.00778 seconds |
|
871
|
+
./spec/models/spotlight/custom_search_field_spec.rb[1:2:2:1:1] | passed | 0.05973 seconds |
|
872
|
+
./spec/models/spotlight/custom_translation_extension_spec.rb[1:1:1] | passed | 0.05185 seconds |
|
873
|
+
./spec/models/spotlight/custom_translation_extension_spec.rb[1:1:2] | passed | 0.12311 seconds |
|
874
|
+
./spec/models/spotlight/exhibit_spec.rb[1:1] | passed | 0.01806 seconds |
|
875
|
+
./spec/models/spotlight/exhibit_spec.rb[1:2] | passed | 0.01771 seconds |
|
876
|
+
./spec/models/spotlight/exhibit_spec.rb[1:3] | passed | 0.05404 seconds |
|
877
|
+
./spec/models/spotlight/exhibit_spec.rb[1:4:1] | passed | 0.03335 seconds |
|
878
|
+
./spec/models/spotlight/exhibit_spec.rb[1:4:2] | passed | 0.0483 seconds |
|
879
|
+
./spec/models/spotlight/exhibit_spec.rb[1:5:1] | passed | 0.02131 seconds |
|
880
|
+
./spec/models/spotlight/exhibit_spec.rb[1:6] | passed | 0.01704 seconds |
|
881
|
+
./spec/models/spotlight/exhibit_spec.rb[1:7:1] | passed | 0.05257 seconds |
|
882
|
+
./spec/models/spotlight/exhibit_spec.rb[1:7:2] | passed | 0.07634 seconds |
|
883
|
+
./spec/models/spotlight/exhibit_spec.rb[1:8:1] | passed | 0.05452 seconds |
|
884
|
+
./spec/models/spotlight/exhibit_spec.rb[1:8:2] | passed | 0.05531 seconds |
|
885
|
+
./spec/models/spotlight/exhibit_spec.rb[1:9:1] | passed | 0.01885 seconds |
|
886
|
+
./spec/models/spotlight/exhibit_spec.rb[1:10:1] | passed | 0.07513 seconds |
|
887
|
+
./spec/models/spotlight/exhibit_spec.rb[1:10:2:1] | passed | 0.07994 seconds |
|
888
|
+
./spec/models/spotlight/exhibit_spec.rb[1:10:2:2] | passed | 0.07723 seconds |
|
889
|
+
./spec/models/spotlight/exhibit_spec.rb[1:11:1:1] | passed | 0.02071 seconds |
|
890
|
+
./spec/models/spotlight/exhibit_spec.rb[1:11:2:1] | passed | 0.01735 seconds |
|
891
|
+
./spec/models/spotlight/exhibit_spec.rb[1:12:1] | passed | 0.069 seconds |
|
892
|
+
./spec/models/spotlight/exhibit_spec.rb[1:12:2] | passed | 0.06068 seconds |
|
893
|
+
./spec/models/spotlight/exhibit_spec.rb[1:13:1] | passed | 0.07456 seconds |
|
894
|
+
./spec/models/spotlight/exhibit_spec.rb[1:14:1:1] | passed | 0.05165 seconds |
|
895
|
+
./spec/models/spotlight/exhibit_spec.rb[1:14:2:1] | passed | 0.06074 seconds |
|
896
|
+
./spec/models/spotlight/exhibit_spec.rb[1:14:3:1] | passed | 0.05022 seconds |
|
897
|
+
./spec/models/spotlight/exhibit_spec.rb[1:15:1] | passed | 0.05698 seconds |
|
898
|
+
./spec/models/spotlight/exhibit_spec.rb[1:16:1] | passed | 0.04948 seconds |
|
899
|
+
./spec/models/spotlight/exhibit_spec.rb[1:17:1:1] | passed | 0.05916 seconds |
|
900
|
+
./spec/models/spotlight/exhibit_spec.rb[1:17:2:1] | passed | 0.06089 seconds |
|
901
|
+
./spec/models/spotlight/exhibit_spec.rb[1:18:1] | passed | 0.05912 seconds |
|
902
|
+
./spec/models/spotlight/exhibit_spec.rb[1:18:2] | passed | 0.05914 seconds |
|
903
|
+
./spec/models/spotlight/exhibit_spec.rb[1:19:1] | passed | 0.03476 seconds |
|
904
|
+
./spec/models/spotlight/exhibit_spec.rb[1:19:2] | passed | 0.02109 seconds |
|
905
|
+
./spec/models/spotlight/exhibit_spec.rb[1:19:3:1] | passed | 0.02069 seconds |
|
906
|
+
./spec/models/spotlight/exhibit_spec.rb[1:19:4:1] | passed | 0.02408 seconds |
|
907
|
+
./spec/models/spotlight/exhibit_spec.rb[1:20:1:1] | passed | 0.06439 seconds |
|
908
|
+
./spec/models/spotlight/exhibit_spec.rb[1:20:2:1] | passed | 0.02026 seconds |
|
909
|
+
./spec/models/spotlight/exhibit_spec.rb[1:21:1] | passed | 0.08284 seconds |
|
910
|
+
./spec/models/spotlight/exhibit_spec.rb[1:22] | passed | 0.01968 seconds |
|
911
|
+
./spec/models/spotlight/exhibit_spec.rb[1:23:1] | passed | 0.06574 seconds |
|
912
|
+
./spec/models/spotlight/exhibit_spec.rb[1:23:2] | passed | 0.06929 seconds |
|
913
|
+
./spec/models/spotlight/exhibit_spec.rb[1:23:3] | passed | 0.07106 seconds |
|
914
|
+
./spec/models/spotlight/exhibit_spec.rb[1:23:4] | passed | 0.06512 seconds |
|
915
|
+
./spec/models/spotlight/exhibit_thumbnail_spec.rb[1:1] | passed | 0.00885 seconds |
|
916
|
+
./spec/models/spotlight/feature_page_spec.rb[1:1:1] | passed | 0.08492 seconds |
|
917
|
+
./spec/models/spotlight/feature_page_spec.rb[1:2:1] | passed | 0.09905 seconds |
|
918
|
+
./spec/models/spotlight/feature_page_spec.rb[1:2:2] | passed | 0.10337 seconds |
|
919
|
+
./spec/models/spotlight/feature_page_spec.rb[1:2:3] | passed | 0.08319 seconds |
|
920
|
+
./spec/models/spotlight/feature_page_spec.rb[1:3:1] | passed | 0.00943 seconds |
|
921
|
+
./spec/models/spotlight/feature_page_spec.rb[1:3:2] | passed | 0.04921 seconds |
|
922
|
+
./spec/models/spotlight/feature_page_spec.rb[1:3:3] | passed | 0.08768 seconds |
|
923
|
+
./spec/models/spotlight/feature_page_spec.rb[1:4] | passed | 0.00868 seconds |
|
924
|
+
./spec/models/spotlight/feature_page_spec.rb[1:5] | passed | 0.00834 seconds |
|
925
|
+
./spec/models/spotlight/feature_page_spec.rb[1:6:1] | passed | 0.08557 seconds |
|
926
|
+
./spec/models/spotlight/feature_page_spec.rb[1:6:2] | passed | 0.10078 seconds |
|
927
|
+
./spec/models/spotlight/feature_page_spec.rb[1:6:3] | passed | 0.08462 seconds |
|
928
|
+
./spec/models/spotlight/featured_image_spec.rb[1:1:1] | passed | 0.194 seconds |
|
929
|
+
./spec/models/spotlight/featured_image_spec.rb[1:2:1:1] | unknown | |
|
930
|
+
./spec/models/spotlight/featured_image_spec.rb[1:2:1:2] | unknown | |
|
931
|
+
./spec/models/spotlight/featured_image_spec.rb[1:2:1:3:1] | passed | 0.20244 seconds |
|
932
|
+
./spec/models/spotlight/featured_image_spec.rb[1:2:2:1] | unknown | |
|
933
|
+
./spec/models/spotlight/featured_image_spec.rb[1:2:2:2] | unknown | |
|
934
|
+
./spec/models/spotlight/featured_image_spec.rb[1:3:1] | passed | 0.01248 seconds |
|
935
|
+
./spec/models/spotlight/featured_image_spec.rb[1:3:2] | passed | 0.01109 seconds |
|
936
|
+
./spec/models/spotlight/featured_image_spec.rb[1:3:3] | unknown | |
|
937
|
+
./spec/models/spotlight/featured_image_spec.rb[1:4:1] | unknown | |
|
938
|
+
./spec/models/spotlight/featured_image_spec.rb[1:4:2] | unknown | |
|
939
|
+
./spec/models/spotlight/field_metadata_spec.rb[1:1:1] | passed | 0.06011 seconds |
|
940
|
+
./spec/models/spotlight/field_metadata_spec.rb[1:1:2] | passed | 0.05408 seconds |
|
941
|
+
./spec/models/spotlight/field_metadata_spec.rb[1:1:3:1] | passed | 0.06184 seconds |
|
942
|
+
./spec/models/spotlight/filter_spec.rb[1:1:1] | passed | 0.01068 seconds |
|
943
|
+
./spec/models/spotlight/filter_spec.rb[1:2:1] | passed | 0.00964 seconds |
|
944
|
+
./spec/models/spotlight/home_page_spec.rb[1:1] | passed | 0.00927 seconds |
|
945
|
+
./spec/models/spotlight/home_page_spec.rb[1:2] | passed | 0.00929 seconds |
|
946
|
+
./spec/models/spotlight/home_page_spec.rb[1:3] | passed | 0.06179 seconds |
|
947
|
+
./spec/models/spotlight/home_page_spec.rb[1:4] | passed | 0.05678 seconds |
|
948
|
+
./spec/models/spotlight/home_page_spec.rb[1:5:1] | passed | 0.06364 seconds |
|
949
|
+
./spec/models/spotlight/home_page_spec.rb[1:6:1] | passed | 0.05792 seconds |
|
950
|
+
./spec/models/spotlight/home_page_spec.rb[1:7:1] | passed | 0.05948 seconds |
|
951
|
+
./spec/models/spotlight/language_spec.rb[1:1:1] | passed | 0.00923 seconds |
|
952
|
+
./spec/models/spotlight/language_spec.rb[1:1:2] | passed | 0.00765 seconds |
|
953
|
+
./spec/models/spotlight/language_spec.rb[1:2:1] | passed | 0.0805 seconds |
|
954
|
+
./spec/models/spotlight/language_spec.rb[1:2:2] | passed | 0.06508 seconds |
|
955
|
+
./spec/models/spotlight/main_navigation_spec.rb[1:1] | passed | 0.05246 seconds |
|
956
|
+
./spec/models/spotlight/main_navigation_spec.rb[1:2] | passed | 0.06131 seconds |
|
957
|
+
./spec/models/spotlight/masthead_spec.rb[1:1:1] | passed | 0.01064 seconds |
|
958
|
+
./spec/models/spotlight/masthead_spec.rb[1:2:1:1] | passed | 0.00953 seconds |
|
959
|
+
./spec/models/spotlight/masthead_spec.rb[1:2:2:1] | passed | 0.02515 seconds |
|
960
|
+
./spec/models/spotlight/masthead_spec.rb[1:2:3:1:1] | passed | 0.00886 seconds |
|
961
|
+
./spec/models/spotlight/masthead_spec.rb[1:2:3:2:1] | passed | 0.00956 seconds |
|
962
|
+
./spec/models/spotlight/page_configurations_spec.rb[1:1:1] | passed | 0.09639 seconds |
|
963
|
+
./spec/models/spotlight/page_configurations_spec.rb[1:2:1] | passed | 0.07463 seconds |
|
964
|
+
./spec/models/spotlight/page_configurations_spec.rb[1:2:2] | passed | 0.06958 seconds |
|
965
|
+
./spec/models/spotlight/page_spec.rb[1:1:1] | passed | 0.07242 seconds |
|
966
|
+
./spec/models/spotlight/page_spec.rb[1:2:1] | passed | 0.07198 seconds |
|
967
|
+
./spec/models/spotlight/page_spec.rb[1:3] | passed | 0.06761 seconds |
|
968
|
+
./spec/models/spotlight/page_spec.rb[1:4:1] | passed | 0.06627 seconds |
|
969
|
+
./spec/models/spotlight/page_spec.rb[1:5:1] | passed | 0.0722 seconds |
|
970
|
+
./spec/models/spotlight/page_spec.rb[1:5:2] | passed | 0.07076 seconds |
|
971
|
+
./spec/models/spotlight/page_spec.rb[1:6:1] | passed | 0.06364 seconds |
|
972
|
+
./spec/models/spotlight/page_spec.rb[1:7:1] | passed | 0.1191 seconds |
|
973
|
+
./spec/models/spotlight/page_spec.rb[1:8:1] | passed | 0.12488 seconds |
|
974
|
+
./spec/models/spotlight/page_spec.rb[1:8:2] | passed | 0.11786 seconds |
|
975
|
+
./spec/models/spotlight/page_spec.rb[1:8:3:1] | passed | 0.13569 seconds |
|
976
|
+
./spec/models/spotlight/page_spec.rb[1:9:1] | passed | 0.12448 seconds |
|
977
|
+
./spec/models/spotlight/page_spec.rb[1:9:2] | passed | 0.11871 seconds |
|
978
|
+
./spec/models/spotlight/page_spec.rb[1:10:1] | passed | 0.11839 seconds |
|
979
|
+
./spec/models/spotlight/page_spec.rb[1:10:2] | passed | 0.11634 seconds |
|
980
|
+
./spec/models/spotlight/page_spec.rb[1:11:1] | passed | 0.11656 seconds |
|
981
|
+
./spec/models/spotlight/page_spec.rb[1:11:2] | passed | 0.12761 seconds |
|
982
|
+
./spec/models/spotlight/page_spec.rb[1:11:3] | failed | 0.67733 seconds |
|
983
|
+
./spec/models/spotlight/page_spec.rb[1:11:4:1] | unknown | |
|
984
|
+
./spec/models/spotlight/page_spec.rb[1:12:1] | passed | 0.08158 seconds |
|
985
|
+
./spec/models/spotlight/page_spec.rb[1:12:2] | passed | 0.10265 seconds |
|
986
|
+
./spec/models/spotlight/page_spec.rb[1:13:1] | passed | 0.17001 seconds |
|
987
|
+
./spec/models/spotlight/page_spec.rb[1:14:1] | passed | 0.07969 seconds |
|
988
|
+
./spec/models/spotlight/page_spec.rb[1:15:1] | passed | 0.08125 seconds |
|
989
|
+
./spec/models/spotlight/page_spec.rb[1:15:2] | passed | 0.07836 seconds |
|
990
|
+
./spec/models/spotlight/page_spec.rb[1:15:3] | passed | 0.07981 seconds |
|
991
|
+
./spec/models/spotlight/page_spec.rb[1:15:4] | passed | 0.07354 seconds |
|
992
|
+
./spec/models/spotlight/page_spec.rb[1:15:5:1] | passed | 0.08594 seconds |
|
993
|
+
./spec/models/spotlight/page_spec.rb[1:15:6:1] | passed | 0.0945 seconds |
|
994
|
+
./spec/models/spotlight/page_spec.rb[1:15:7:1] | passed | 0.09831 seconds |
|
995
|
+
./spec/models/spotlight/page_spec.rb[1:16:1] | passed | 0.11013 seconds |
|
996
|
+
./spec/models/spotlight/page_spec.rb[1:16:2] | passed | 0.14149 seconds |
|
997
|
+
./spec/models/spotlight/page_spec.rb[1:16:3] | passed | 0.119 seconds |
|
998
|
+
./spec/models/spotlight/page_spec.rb[1:16:4] | passed | 0.11479 seconds |
|
999
|
+
./spec/models/spotlight/page_spec.rb[1:16:5] | passed | 0.11518 seconds |
|
1000
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:1:1] | passed | 0.06452 seconds |
|
1001
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:2:1] | passed | 0.05619 seconds |
|
1002
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:3:1] | passed | 0.06293 seconds |
|
1003
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:4:1] | passed | 0.05857 seconds |
|
1004
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:5:1] | passed | 0.0558 seconds |
|
1005
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:6:1] | passed | 0.06238 seconds |
|
1006
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:7:1] | passed | 0.05463 seconds |
|
1007
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:8:1] | passed | 0.0697 seconds |
|
1008
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:9:1:1] | passed | 0.05425 seconds |
|
1009
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:9:2:1] | passed | 0.06126 seconds |
|
1010
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:9:3:1] | passed | 0.08236 seconds |
|
1011
|
+
./spec/models/spotlight/reindex_progress_spec.rb[1:10:1] | passed | 0.00872 seconds |
|
1012
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:1:1:1] | passed | 1.19 seconds |
|
1013
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:1:2:1] | passed | 1.15 seconds |
|
1014
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:2:1:1] | passed | 0.05748 seconds |
|
1015
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:2:2:1] | passed | 0.06228 seconds |
|
1016
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:1:1:1] | passed | 0.0603 seconds |
|
1017
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:1:2:1] | passed | 0.0644 seconds |
|
1018
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:2:1:1] | passed | 0.06494 seconds |
|
1019
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:2:2:1] | passed | 0.0575 seconds |
|
1020
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:3:1:1] | passed | 0.06308 seconds |
|
1021
|
+
./spec/models/spotlight/reindexing_log_entry_spec.rb[1:3:3:2:1] | passed | 0.05661 seconds |
|
1022
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:1] | passed | 0.09218 seconds |
|
1023
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:2:1] | passed | 0.09248 seconds |
|
1024
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:3:1] | passed | 0.11146 seconds |
|
1025
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:4:1] | passed | 0.09418 seconds |
|
1026
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:5:1] | passed | 0.10949 seconds |
|
1027
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:5:2] | passed | 0.11364 seconds |
|
1028
|
+
./spec/models/spotlight/resource_spec.rb[1:1:1:5:3] | passed | 0.10793 seconds |
|
1029
|
+
./spec/models/spotlight/resource_spec.rb[1:2:1] | passed | 0.01256 seconds |
|
1030
|
+
./spec/models/spotlight/resource_spec.rb[1:2:2] | passed | 0.012 seconds |
|
1031
|
+
./spec/models/spotlight/resource_spec.rb[1:2:3:1] | passed | 0.01113 seconds |
|
1032
|
+
./spec/models/spotlight/resource_spec.rb[1:3] | passed | 0.01117 seconds |
|
1033
|
+
./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:1:1:1] | passed | 0.05874 seconds |
|
1034
|
+
./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:1:2:1] | passed | 0.06234 seconds |
|
1035
|
+
./spec/models/spotlight/resources/iiif_harvester_spec.rb[1:2:1] | passed | 0.53055 seconds |
|
1036
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:1:1] | passed | 0.10675 seconds |
|
1037
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:2:1] | passed | 0.10004 seconds |
|
1038
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:2:2] | passed | 0.10527 seconds |
|
1039
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:3:1:1] | passed | 0.1293 seconds |
|
1040
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:3:2:1] | passed | 0.0937 seconds |
|
1041
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:4:1] | passed | 0.09095 seconds |
|
1042
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:5:1] | passed | 0.09305 seconds |
|
1043
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:6:1] | passed | 0.09651 seconds |
|
1044
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:7:1] | passed | 0.09545 seconds |
|
1045
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:8:1] | passed | 0.09579 seconds |
|
1046
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:1] | passed | 0.09908 seconds |
|
1047
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:2] | passed | 0.0976 seconds |
|
1048
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:3] | passed | 0.11519 seconds |
|
1049
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:4] | passed | 0.10571 seconds |
|
1050
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:5] | passed | 0.09786 seconds |
|
1051
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:6] | passed | 0.09617 seconds |
|
1052
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:7] | passed | 0.09592 seconds |
|
1053
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:1:9:8:1] | passed | 0.07324 seconds |
|
1054
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:1:1] | passed | 0.07296 seconds |
|
1055
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:1] | passed | 0.07799 seconds |
|
1056
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:2] | passed | 0.08656 seconds |
|
1057
|
+
./spec/models/spotlight/resources/iiif_manifest_spec.rb[1:2:1:2:3] | passed | 0.087 seconds |
|
1058
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:1:1] | passed | 0.02928 seconds |
|
1059
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:1:2] | passed | 0.01658 seconds |
|
1060
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:2:1] | passed | 0.02147 seconds |
|
1061
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:1] | passed | 0.02796 seconds |
|
1062
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:2] | passed | 0.02199 seconds |
|
1063
|
+
./spec/models/spotlight/resources/iiif_service_spec.rb[1:3:3] | passed | 0.02151 seconds |
|
1064
|
+
./spec/models/spotlight/resources/open_graph_spec.rb[1:1:1] | passed | 0.01998 seconds |
|
1065
|
+
./spec/models/spotlight/resources/open_graph_spec.rb[1:1:2] | passed | 0.01205 seconds |
|
1066
|
+
./spec/models/spotlight/resources/open_graph_spec.rb[1:2:1] | passed | 0.01183 seconds |
|
1067
|
+
./spec/models/spotlight/resources/open_graph_spec.rb[1:3:1] | passed | 0.0105 seconds |
|
1068
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:1:1] | passed | 0.05064 seconds |
|
1069
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:1:2:1] | passed | 0.06629 seconds |
|
1070
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:2:1] | passed | 0.05198 seconds |
|
1071
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:3:1] | passed | 0.06364 seconds |
|
1072
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:4:1] | passed | 0.06924 seconds |
|
1073
|
+
./spec/models/spotlight/resources/upload_spec.rb[1:4:2] | passed | 0.0708 seconds |
|
1074
|
+
./spec/models/spotlight/resources/web_spec.rb[1:1:1] | passed | 0.01275 seconds |
|
1075
|
+
./spec/models/spotlight/resources/web_spec.rb[1:2:1] | passed | 0.00944 seconds |
|
1076
|
+
./spec/models/spotlight/role_spec.rb[1:1:1:1] | passed | 0.02964 seconds |
|
1077
|
+
./spec/models/spotlight/role_spec.rb[1:1:2:1:1] | passed | 0.02127 seconds |
|
1078
|
+
./spec/models/spotlight/role_spec.rb[1:1:2:2:1] | passed | 0.014 seconds |
|
1079
|
+
./spec/models/spotlight/role_spec.rb[1:1:2:3:1] | passed | 0.01898 seconds |
|
1080
|
+
./spec/models/spotlight/search_spec.rb[1:1:1] | passed | 0.07584 seconds |
|
1081
|
+
./spec/models/spotlight/search_spec.rb[1:2:1] | passed | 0.20564 seconds |
|
1082
|
+
./spec/models/spotlight/search_spec.rb[1:3:1] | passed | 0.07153 seconds |
|
1083
|
+
./spec/models/spotlight/search_spec.rb[1:3:2] | passed | 0.07391 seconds |
|
1084
|
+
./spec/models/spotlight/search_spec.rb[1:3:3:1] | passed | 0.0644 seconds |
|
1085
|
+
./spec/models/spotlight/search_spec.rb[1:4:1] | passed | 0.06657 seconds |
|
1086
|
+
./spec/models/spotlight/search_spec.rb[1:4:2:1] | passed | 0.06486 seconds |
|
1087
|
+
./spec/models/spotlight/search_spec.rb[1:5:1] | passed | 0.06626 seconds |
|
1088
|
+
./spec/models/spotlight/search_spec.rb[1:6:1] | passed | 0.06052 seconds |
|
1089
|
+
./spec/models/spotlight/search_spec.rb[1:6:2] | passed | 0.05089 seconds |
|
1090
|
+
./spec/models/spotlight/site_spec.rb[1:1:1] | passed | 0.01065 seconds |
|
1091
|
+
./spec/models/spotlight/sitemap_spec.rb[1:1:1] | passed | 0.14184 seconds |
|
1092
|
+
./spec/models/spotlight/sitemap_spec.rb[1:2:1] | passed | 0.05135 seconds |
|
1093
|
+
./spec/models/spotlight/sitemap_spec.rb[1:3:1] | passed | 0.07782 seconds |
|
1094
|
+
./spec/models/spotlight/sitemap_spec.rb[1:3:2] | passed | 0.05408 seconds |
|
1095
|
+
./spec/models/spotlight/sitemap_spec.rb[1:4:1] | passed | 0.05824 seconds |
|
1096
|
+
./spec/models/spotlight/sitemap_spec.rb[1:5:1] | passed | 0.08008 seconds |
|
1097
|
+
./spec/models/spotlight/sitemap_spec.rb[1:5:2] | passed | 0.0766 seconds |
|
1098
|
+
./spec/models/spotlight/sitemap_spec.rb[1:6:1] | passed | 0.05157 seconds |
|
1099
|
+
./spec/models/spotlight/sitemap_spec.rb[1:7:1] | passed | 0.07259 seconds |
|
1100
|
+
./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:1:1] | passed | 0.00925 seconds |
|
1101
|
+
./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:2] | passed | 0.00994 seconds |
|
1102
|
+
./spec/models/spotlight/solr_document/atomic_updates_spec.rb[1:1:3] | passed | 0.01015 seconds |
|
1103
|
+
./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:1:1] | passed | 0.00874 seconds |
|
1104
|
+
./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:1:2] | passed | 0.00882 seconds |
|
1105
|
+
./spec/models/spotlight/solr_document/uploaded_resource_spec.rb[1:2:1] | passed | 0.01018 seconds |
|
1106
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:1:1] | passed | 0.06469 seconds |
|
1107
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:2:1] | passed | 0.06316 seconds |
|
1108
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:3:1] | passed | 0.06043 seconds |
|
1109
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:4:1:1] | passed | 0.0643 seconds |
|
1110
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:1:1] | passed | 0.05645 seconds |
|
1111
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:2:1] | passed | 0.06645 seconds |
|
1112
|
+
./spec/models/spotlight/solr_document_sidecar_spec.rb[1:1:5:3:1] | passed | 0.08207 seconds |
|
1113
|
+
./spec/models/spotlight/user_spec.rb[1:1:1] | passed | 0.00986 seconds |
|
1114
|
+
./spec/models/spotlight/user_spec.rb[1:1:2] | passed | 0.00951 seconds |
|
1115
|
+
./spec/models/spotlight/user_spec.rb[1:1:3] | passed | 0.00872 seconds |
|
1116
|
+
./spec/models/translation_spec.rb[1:1:1] | passed | 0.06219 seconds |
|
1117
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:1:1] | passed | 0.06418 seconds |
|
1118
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:2:1] | passed | 0.06576 seconds |
|
1119
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:3:1] | passed | 0.05328 seconds |
|
1120
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:4:1] | passed | 0.05681 seconds |
|
1121
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:5:1] | passed | 0.05145 seconds |
|
1122
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:6:1] | passed | 0.05498 seconds |
|
1123
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:7:1] | passed | 0.0509 seconds |
|
1124
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:1:8:1] | passed | 0.05553 seconds |
|
1125
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:2:1:1] | passed | 0.05195 seconds |
|
1126
|
+
./spec/presenters/spotlight/iiif_manifest_presenter_spec.rb[1:2:2:1] | passed | 0.06752 seconds |
|
1127
|
+
./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:1] | passed | 0.01141 seconds |
|
1128
|
+
./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:2] | passed | 0.01107 seconds |
|
1129
|
+
./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:3] | passed | 0.01369 seconds |
|
1130
|
+
./spec/routing/spotlight/exhibit_catalog_spec.rb[1:1:4:1] | passed | 0.81279 seconds |
|
1131
|
+
./spec/routing/spotlight/featured_images_spec.rb[1:1:1] | passed | 0.03042 seconds |
|
1132
|
+
./spec/routing/spotlight/featured_images_spec.rb[1:1:2] | passed | 0.01035 seconds |
|
1133
|
+
./spec/routing/spotlight/featured_images_spec.rb[1:1:3] | passed | 0.00887 seconds |
|
1134
|
+
./spec/routing/spotlight/featured_images_spec.rb[1:1:4] | passed | 0.01215 seconds |
|
1135
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:1] | passed | 0.01136 seconds |
|
1136
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:2] | passed | 0.01115 seconds |
|
1137
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:3] | passed | 0.01065 seconds |
|
1138
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:4] | passed | 0.01167 seconds |
|
1139
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:5] | passed | 0.00951 seconds |
|
1140
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:6] | passed | 0.00983 seconds |
|
1141
|
+
./spec/routing/spotlight/pages_routing_spec.rb[1:1:7] | passed | 0.01109 seconds |
|
1142
|
+
./spec/services/spotlight/carrierwave_file_resolver_spec.rb[1:1:1] | passed | 0.0174 seconds |
|
1143
|
+
./spec/services/spotlight/clone_translated_page_from_locale_spec.rb[1:1] | passed | 0.1317 seconds |
|
1144
|
+
./spec/services/spotlight/clone_translated_page_from_locale_spec.rb[1:2:1] | passed | 0.1241 seconds |
|
1145
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:1] | passed | 0.12044 seconds |
|
1146
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:2] | passed | 0.13252 seconds |
|
1147
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:3] | passed | 0.12531 seconds |
|
1148
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:4] | passed | 0.1228 seconds |
|
1149
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:5] | passed | 0.08577 seconds |
|
1150
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:6] | passed | 0.0789 seconds |
|
1151
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:7] | passed | 0.0757 seconds |
|
1152
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:8] | passed | 0.07594 seconds |
|
1153
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:9] | passed | 0.08395 seconds |
|
1154
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:10] | passed | 0.08271 seconds |
|
1155
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:11] | passed | 0.07692 seconds |
|
1156
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:12] | passed | 0.07164 seconds |
|
1157
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:13] | passed | 0.07974 seconds |
|
1158
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:14] | passed | 0.08739 seconds |
|
1159
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:1] | passed | 0.19175 seconds |
|
1160
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:2:1] | passed | 0.16786 seconds |
|
1161
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:3] | passed | 0.21206 seconds |
|
1162
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:4] | passed | 0.88184 seconds |
|
1163
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:5:1] | passed | 0.14753 seconds |
|
1164
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:6] | passed | 0.18166 seconds |
|
1165
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:7] | passed | 0.18273 seconds |
|
1166
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:8:1:1] | passed | 0.20051 seconds |
|
1167
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:8:2:1] | passed | 0.18702 seconds |
|
1168
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:9:1] | passed | 0.24742 seconds |
|
1169
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:9:2] | passed | 0.22582 seconds |
|
1170
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:10] | passed | 0.16389 seconds |
|
1171
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:11:1] | passed | 0.32943 seconds |
|
1172
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:12] | passed | 0.21119 seconds |
|
1173
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:13:1] | passed | 0.42443 seconds |
|
1174
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:14:1] | passed | 0.25619 seconds |
|
1175
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:14:2] | passed | 0.28488 seconds |
|
1176
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:14:3] | passed | 0.26049 seconds |
|
1177
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:14:4:1] | passed | 0.40155 seconds |
|
1178
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:15] | passed | 0.25137 seconds |
|
1179
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:16] | passed | 0.18511 seconds |
|
1180
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:17:1] | passed | 0.61597 seconds |
|
1181
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:17:2] | passed | 0.36354 seconds |
|
1182
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:17:3] | passed | 0.5798 seconds |
|
1183
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:17:4:1] | passed | 0.34076 seconds |
|
1184
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:17:5:1] | passed | 0.31029 seconds |
|
1185
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:18:1] | passed | 0.23769 seconds |
|
1186
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:15:19:1] | passed | 0.22895 seconds |
|
1187
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:1] | passed | 0.44304 seconds |
|
1188
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:16:2] | passed | 0.32344 seconds |
|
1189
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:1:1] | passed | 0.20472 seconds |
|
1190
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:1:2] | passed | 0.20612 seconds |
|
1191
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:2:1] | passed | 0.26467 seconds |
|
1192
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:17:2:2] | passed | 0.21052 seconds |
|
1193
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:18:1] | passed | 0.06012 seconds |
|
1194
|
+
./spec/services/spotlight/exhibit_import_export_service_spec.rb[1:19:1] | passed | 0.06808 seconds |
|
1195
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:1:1] | passed | 0.0343 seconds |
|
1196
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:2:1] | passed | 0.01988 seconds |
|
1197
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:1:2:2] | passed | 0.02157 seconds |
|
1198
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:1:1] | passed | 0.01758 seconds |
|
1199
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:2:1] | passed | 0.01883 seconds |
|
1200
|
+
./spec/services/spotlight/iiif_resource_resolver_spec.rb[1:2:3:1] | passed | 0.02184 seconds |
|
1201
|
+
./spec/services/spotlight/invite_users_service_spec.rb[1:1:1] | passed | 0.11688 seconds |
|
1202
|
+
./spec/services/spotlight/invite_users_service_spec.rb[1:2:1] | passed | 0.11689 seconds |
|
1203
|
+
./spec/services/spotlight/invite_users_service_spec.rb[1:3:1] | passed | 0.13007 seconds |
|
1204
|
+
./spec/services/spotlight/solr_document_builder_spec.rb[1:1:1] | passed | 0.06818 seconds |
|
1205
|
+
./spec/services/spotlight/solr_document_builder_spec.rb[1:2:1:1] | passed | 0.16695 seconds |
|
1206
|
+
./spec/services/spotlight/solr_document_builder_spec.rb[1:2:1:2] | passed | 0.18831 seconds |
|
1207
|
+
./spec/services/spotlight/solr_document_builder_spec.rb[1:2:1:3] | passed | 0.17952 seconds |
|
1208
|
+
./spec/services/spotlight/solr_document_builder_spec.rb[1:2:1:4:1] | passed | 0.16514 seconds |
|
1209
|
+
./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:1] | passed | 0.01094 seconds |
|
1210
|
+
./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:2] | passed | 0.00891 seconds |
|
1211
|
+
./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:3] | passed | 0.00973 seconds |
|
1212
|
+
./spec/uploaders/spotlight/attachment_uploader_spec.rb[1:1:4] | passed | 0.01001 seconds |
|
1213
|
+
./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:1:1] | passed | 0.01539 seconds |
|
1214
|
+
./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:1] | passed | 0.01766 seconds |
|
1215
|
+
./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:2] | passed | 0.01822 seconds |
|
1216
|
+
./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:3] | passed | 0.01883 seconds |
|
1217
|
+
./spec/uploaders/spotlight/featured_image_uploader_spec.rb[1:2:4] | passed | 0.01656 seconds |
|
1218
|
+
./spec/views/shared/_analytics.html.erb_spec.rb[1:1] | passed | 0.02383 seconds |
|
1219
|
+
./spec/views/shared/_analytics.html.erb_spec.rb[1:2] | passed | 0.01295 seconds |
|
1220
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:1] | passed | 0.0977 seconds |
|
1221
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:2] | passed | 0.08047 seconds |
|
1222
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:3] | passed | 0.09454 seconds |
|
1223
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:4] | passed | 0.09904 seconds |
|
1224
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:5] | passed | 0.13024 seconds |
|
1225
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:6] | passed | 0.08088 seconds |
|
1226
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:7] | passed | 0.0909 seconds |
|
1227
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:8] | passed | 0.09547 seconds |
|
1228
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:9] | passed | 0.09706 seconds |
|
1229
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:10] | passed | 0.07625 seconds |
|
1230
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:11] | passed | 0.09724 seconds |
|
1231
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:12] | passed | 0.09485 seconds |
|
1232
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:13] | passed | 0.12015 seconds |
|
1233
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:14] | passed | 0.11177 seconds |
|
1234
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:15] | passed | 0.10159 seconds |
|
1235
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:16] | passed | 0.08785 seconds |
|
1236
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:17] | passed | 0.08019 seconds |
|
1237
|
+
./spec/views/shared/_exhibit_navbar.html.erb_spec.rb[1:18] | passed | 0.09588 seconds |
|
1238
|
+
./spec/views/shared/_footer.html.erb_spec.rb[1:1] | passed | 0.03009 seconds |
|
1239
|
+
./spec/views/shared/_header_navbar.html.erb_spec.rb[1:1] | passed | 0.04175 seconds |
|
1240
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:1] | passed | 0.09417 seconds |
|
1241
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:2:1] | passed | 0.07021 seconds |
|
1242
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:3] | passed | 0.06175 seconds |
|
1243
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:4:1] | passed | 0.08115 seconds |
|
1244
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:4:2] | passed | 0.07848 seconds |
|
1245
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:5:1] | passed | 0.11151 seconds |
|
1246
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:5:2] | passed | 0.07102 seconds |
|
1247
|
+
./spec/views/shared/_masthead.html.erb_spec.rb[1:6:1] | passed | 0.07442 seconds |
|
1248
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:1:1] | passed | 0.08874 seconds |
|
1249
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:2:1] | passed | 0.06856 seconds |
|
1250
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:3:1] | passed | 0.068 seconds |
|
1251
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:4:1] | passed | 0.07603 seconds |
|
1252
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:5:1] | passed | 0.07604 seconds |
|
1253
|
+
./spec/views/shared/_user_util_links.html.erb_spec.rb[1:6:1] | passed | 0.07766 seconds |
|
1254
|
+
./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.01716 seconds |
|
1255
|
+
./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:2:1] | passed | 0.0123 seconds |
|
1256
|
+
./spec/views/spotlight/about_pages/_empty.html.erb_spec.rb[1:2:2] | passed | 0.03621 seconds |
|
1257
|
+
./spec/views/spotlight/about_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.10735 seconds |
|
1258
|
+
./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:1] | passed | 0.6561 seconds |
|
1259
|
+
./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:2:1] | passed | 0.0483 seconds |
|
1260
|
+
./spec/views/spotlight/about_pages/index.html.erb_spec.rb[1:2:2] | passed | 0.05039 seconds |
|
1261
|
+
./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:1] | passed | 0.14186 seconds |
|
1262
|
+
./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:2] | passed | 0.12878 seconds |
|
1263
|
+
./spec/views/spotlight/browse/_search.html.erb_spec.rb[1:3] | passed | 0.12176 seconds |
|
1264
|
+
./spec/views/spotlight/browse/index.html.erb_spec.rb[1:1] | passed | 0.08078 seconds |
|
1265
|
+
./spec/views/spotlight/browse/index.html.erb_spec.rb[1:2] | passed | 0.14176 seconds |
|
1266
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:1] | passed | 0.32171 seconds |
|
1267
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:2] | passed | 0.1424 seconds |
|
1268
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:3] | passed | 0.13828 seconds |
|
1269
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:4] | passed | 0.13189 seconds |
|
1270
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:5] | passed | 0.12899 seconds |
|
1271
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:6] | passed | 0.13278 seconds |
|
1272
|
+
./spec/views/spotlight/browse/show.html.erb_spec.rb[1:7] | passed | 0.13276 seconds |
|
1273
|
+
./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:1] | passed | 0.17001 seconds |
|
1274
|
+
./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:2] | passed | 0.08047 seconds |
|
1275
|
+
./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:3] | passed | 0.10618 seconds |
|
1276
|
+
./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:4] | passed | 0.10711 seconds |
|
1277
|
+
./spec/views/spotlight/catalog/_edit_default.html.erb_spec.rb[1:5] | passed | 0.11103 seconds |
|
1278
|
+
./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:1] | passed | 0.20562 seconds |
|
1279
|
+
./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:2] | passed | 0.02832 seconds |
|
1280
|
+
./spec/views/spotlight/catalog/admin.html.erb_spec.rb[1:3] | passed | 0.03342 seconds |
|
1281
|
+
./spec/views/spotlight/catalog/edit.html.erb_spec.rb[1:1] | passed | 0.02211 seconds |
|
1282
|
+
./spec/views/spotlight/contacts/edit.html.erb_spec.rb[1:1] | passed | 0.19423 seconds |
|
1283
|
+
./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:1] | passed | 0.0823 seconds |
|
1284
|
+
./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:2] | passed | 0.0676 seconds |
|
1285
|
+
./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:3] | passed | 0.06275 seconds |
|
1286
|
+
./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:4] | passed | 0.06778 seconds |
|
1287
|
+
./spec/views/spotlight/dashboards/_analytics.html.erb_spec.rb[1:5] | passed | 0.06407 seconds |
|
1288
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:1:1] | passed | 0.02818 seconds |
|
1289
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:1:2] | passed | 0.01208 seconds |
|
1290
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:1] | passed | 0.30408 seconds |
|
1291
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:2] | passed | 0.26731 seconds |
|
1292
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:3] | passed | 0.25588 seconds |
|
1293
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:4] | passed | 0.29326 seconds |
|
1294
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:5] | passed | 0.26722 seconds |
|
1295
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:6] | passed | 0.2685 seconds |
|
1296
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:2:7] | passed | 0.27918 seconds |
|
1297
|
+
./spec/views/spotlight/dashboards/_reindexing_activity.html.erb_spec.rb[1:3:1] | passed | 0.06887 seconds |
|
1298
|
+
./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:1] | passed | 0.10182 seconds |
|
1299
|
+
./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:2] | passed | 0.06937 seconds |
|
1300
|
+
./spec/views/spotlight/dashboards/analytics.html.erb_spec.rb[1:3:1] | passed | 0.14688 seconds |
|
1301
|
+
./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:1:1] | passed | 0.07762 seconds |
|
1302
|
+
./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:2] | passed | 0.07542 seconds |
|
1303
|
+
./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:3] | passed | 0.06438 seconds |
|
1304
|
+
./spec/views/spotlight/exhibits/_exhibit_card.html.erb_spec.rb[1:4:1] | passed | 0.06681 seconds |
|
1305
|
+
./spec/views/spotlight/exhibits/_form.html.erb_spec.rb[1:1:1] | passed | 0.12879 seconds |
|
1306
|
+
./spec/views/spotlight/exhibits/_form.html.erb_spec.rb[1:2:1] | passed | 0.07035 seconds |
|
1307
|
+
./spec/views/spotlight/exhibits/edit.html.erb_spec.rb[1:1] | passed | 0.45878 seconds |
|
1308
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:1] | passed | 0.47324 seconds |
|
1309
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:2] | passed | 0.17333 seconds |
|
1310
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:3] | passed | 0.23506 seconds |
|
1311
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:4] | passed | 0.23722 seconds |
|
1312
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:5:1] | passed | 0.35078 seconds |
|
1313
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:6:1] | passed | 0.17416 seconds |
|
1314
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:7:1] | passed | 0.24914 seconds |
|
1315
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:7:2] | passed | 0.23242 seconds |
|
1316
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:1:8:1] | passed | 0.19039 seconds |
|
1317
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:2:1] | passed | 0.10811 seconds |
|
1318
|
+
./spec/views/spotlight/exhibits/index.html.erb_spec.rb[1:2:2] | passed | 0.02757 seconds |
|
1319
|
+
./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.01787 seconds |
|
1320
|
+
./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:2:1] | passed | 0.01462 seconds |
|
1321
|
+
./spec/views/spotlight/feature_pages/_empty.html.erb_spec.rb[1:2:2] | passed | 0.01425 seconds |
|
1322
|
+
./spec/views/spotlight/feature_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.20294 seconds |
|
1323
|
+
./spec/views/spotlight/feature_pages/_sidebar.html.erb_spec.rb[1:2] | passed | 0.17188 seconds |
|
1324
|
+
./spec/views/spotlight/featured_images/_form.html.erb_spec.rb[1:1] | passed | 0.08646 seconds |
|
1325
|
+
./spec/views/spotlight/featured_images/_upload_form.html.erb_spec.rb[1:1] | passed | 0.09316 seconds |
|
1326
|
+
./spec/views/spotlight/home_pages/_empty.html.erb_spec.rb[1:1:1] | passed | 0.06798 seconds |
|
1327
|
+
./spec/views/spotlight/home_pages/_empty.html.erb_spec.rb[1:1:2] | passed | 0.06392 seconds |
|
1328
|
+
./spec/views/spotlight/home_pages/_sidebar.html.erb_spec.rb[1:1] | passed | 0.01927 seconds |
|
1329
|
+
./spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb[1:1] | passed | 0.07816 seconds |
|
1330
|
+
./spec/views/spotlight/metadata_configurations/_metadata_field.html.erb_spec.rb[1:2] | passed | 0.07705 seconds |
|
1331
|
+
./spec/views/spotlight/metadata_configurations/edit.html.erb_spec.rb[1:1] | passed | 0.26729 seconds |
|
1332
|
+
./spec/views/spotlight/pages/_form.html.erb_spec.rb[1:1] | passed | 0.14669 seconds |
|
1333
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:1] | passed | 0.02924 seconds |
|
1334
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:1] | passed | 0.04928 seconds |
|
1335
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:2] | passed | 0.03103 seconds |
|
1336
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:3] | passed | 0.03601 seconds |
|
1337
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:4] | passed | 0.03724 seconds |
|
1338
|
+
./spec/views/spotlight/pages/edit.html.erb_spec.rb[1:2:5] | passed | 0.0329 seconds |
|
1339
|
+
./spec/views/spotlight/pages/index.html.erb_spec.rb[1:1] | passed | 0.07116 seconds |
|
1340
|
+
./spec/views/spotlight/pages/index.html.erb_spec.rb[1:2:1] | passed | 0.04181 seconds |
|
1341
|
+
./spec/views/spotlight/pages/new.html.erb_spec.rb[1:1] | passed | 0.06477 seconds |
|
1342
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:1] | passed | 0.12101 seconds |
|
1343
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:2] | passed | 0.01443 seconds |
|
1344
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:3] | passed | 0.01595 seconds |
|
1345
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:4] | passed | 0.04244 seconds |
|
1346
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:5] | passed | 0.01756 seconds |
|
1347
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:6] | passed | 0.01891 seconds |
|
1348
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:7] | passed | 0.08796 seconds |
|
1349
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:8] | passed | 0.0156 seconds |
|
1350
|
+
./spec/views/spotlight/pages/show.html.erb_spec.rb[1:9] | passed | 0.02263 seconds |
|
1351
|
+
./spec/views/spotlight/resources/_external_resources_form.html.erb_spec.rb[1:1] | passed | 0.03324 seconds |
|
1352
|
+
./spec/views/spotlight/resources/new.html.erb_spec.rb[1:1] | passed | 0.03931 seconds |
|
1353
|
+
./spec/views/spotlight/roles/index.html.erb_spec.rb[1:1] | passed | 0.18902 seconds |
|
1354
|
+
./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:1:1] | passed | 0.02076 seconds |
|
1355
|
+
./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:2:1] | passed | 0.01298 seconds |
|
1356
|
+
./spec/views/spotlight/search_configurations/_facet_metadata.html.erb_spec.rb[1:3:1] | passed | 0.0128 seconds |
|
1357
|
+
./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:1] | passed | 0.24412 seconds |
|
1358
|
+
./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:2] | passed | 0.14876 seconds |
|
1359
|
+
./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:3] | passed | 0.11524 seconds |
|
1360
|
+
./spec/views/spotlight/search_configurations/_facets.html.erb_spec.rb[1:4:1] | passed | 0.12236 seconds |
|
1361
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:1] | passed | 0.12601 seconds |
|
1362
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:2] | passed | 0.09533 seconds |
|
1363
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:3] | passed | 0.08678 seconds |
|
1364
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:4] | passed | 0.09152 seconds |
|
1365
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:5] | passed | 0.09245 seconds |
|
1366
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:6] | passed | 0.08966 seconds |
|
1367
|
+
./spec/views/spotlight/search_configurations/_search_fields.html.erb_spec.rb[1:7] | passed | 0.11964 seconds |
|
1368
|
+
./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:1] | passed | 0.13603 seconds |
|
1369
|
+
./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:2] | passed | 0.12326 seconds |
|
1370
|
+
./spec/views/spotlight/search_configurations/_sort.html.erb_spec.rb[1:3] | passed | 0.12088 seconds |
|
1371
|
+
./spec/views/spotlight/searches/_search.html.erb_spec.rb[1:1] | passed | 0.14457 seconds |
|
1372
|
+
./spec/views/spotlight/searches/edit.html.erb_spec.rb[1:1] | passed | 0.22936 seconds |
|
1373
|
+
./spec/views/spotlight/searches/edit.html.erb_spec.rb[1:2] | passed | 0.10608 seconds |
|
1374
|
+
./spec/views/spotlight/searches/index.html.erb_spec.rb[1:1:1] | passed | 0.03794 seconds |
|
1375
|
+
./spec/views/spotlight/searches/index.html.erb_spec.rb[1:2:1] | passed | 0.0321 seconds |
|
1376
|
+
./spec/views/spotlight/sir_trevor/blocks/_browse_block.html.erb_spec.rb[1:1] | passed | 0.10109 seconds |
|
1377
|
+
./spec/views/spotlight/sir_trevor/blocks/_iframe_block.html.erb_spec.rb[1:1] | passed | 0.02658 seconds |
|
1378
|
+
./spec/views/spotlight/sir_trevor/blocks/_iframe_block.html.erb_spec.rb[1:2] | passed | 0.0144 seconds |
|
1379
|
+
./spec/views/spotlight/sir_trevor/blocks/_link_to_search_block.html.erb_spec.rb[1:1] | passed | 0.12191 seconds |
|
1380
|
+
./spec/views/spotlight/sir_trevor/blocks/_rule_block.html.erb_spec.rb[1:1] | passed | 0.02359 seconds |
|
1381
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_block.html.erb_spec.rb[1:1:1] | passed | 0.02948 seconds |
|
1382
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_carousel_block.html.erb_spec.rb[1:1] | passed | 0.04676 seconds |
|
1383
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_embed_block.html.erb_spec.rb[1:1] | passed | 0.03996 seconds |
|
1384
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_embed_block.html.erb_spec.rb[1:2:1] | passed | 0.02026 seconds |
|
1385
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:1] | passed | 0.04124 seconds |
|
1386
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:2] | passed | 0.02715 seconds |
|
1387
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_features_block.html.erb_spec.rb[1:3:1] | passed | 0.03003 seconds |
|
1388
|
+
./spec/views/spotlight/sir_trevor/blocks/_solr_documents_grid_block.html.erb_spec.rb[1:1] | passed | 0.04189 seconds |
|
1389
|
+
./spec/views/spotlight/sites/edit_exhibits.html.erb_spec.rb[1:1] | passed | 0.23142 seconds |
|
1390
|
+
./spec/views/spotlight/sites/edit_exhibits.html.erb_spec.rb[1:2] | passed | 0.16086 seconds |
|
1391
|
+
./spec/views/spotlight/tags/index.html.erb_spec.rb[1:1:1] | passed | 0.13871 seconds |
|
1392
|
+
./spec/views/spotlight/translations/_import.html.erb_spec.rb[1:1] | passed | 0.11651 seconds |
|
1393
|
+
./spec/views/spotlight/translations/_import.html.erb_spec.rb[1:2] | passed | 0.0977 seconds |
|
1394
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:1] | passed | 0.12987 seconds |
|
1395
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:1] | passed | 0.14522 seconds |
|
1396
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:2] | passed | 0.08682 seconds |
|
1397
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:3:1] | passed | 0.09175 seconds |
|
1398
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:2:4:1] | passed | 0.07968 seconds |
|
1399
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:3:1] | passed | 0.07411 seconds |
|
1400
|
+
./spec/views/spotlight/translations/_page.html.erb_spec.rb[1:3:2] | passed | 0.08056 seconds |
|
1401
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:1:1:1] | unknown | |
|
1402
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:1] | unknown | |
|
1403
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:1:2:2] | unknown | |
|
1404
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:2:1:1] | unknown | |
|
1405
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:1] | unknown | |
|
1406
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:2:2:2:1] | unknown | |
|
1407
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:3:1] | passed | 0.75417 seconds |
|
1408
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/controllers/spotlight/translations_controller_spec.rb[1:4:1] | passed | 0.85252 seconds |
|
1409
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:1] | passed | 10.35 seconds |
|
1410
|
+
/Users/cabeer/Projects/blacklight/spotlight/spec/features/javascript/blocks/uploaded_items_block_spec.rb[1:2] | unknown | |
|