diff --git a/config/interface/hub/user_tasks.yml b/config/interface/hub/user_tasks.yml index ce14c95fb7..1495b12b43 100644 --- a/config/interface/hub/user_tasks.yml +++ b/config/interface/hub/user_tasks.yml @@ -417,9 +417,9 @@ index_hub_task: description: 'A centralized hub unifying access to the different means of creating and managing sources.' index_filter_task: hub: true - name: 'Filter taxon names' + name: 'Filter nomenclature' related: categories: - nomenclature status: prototype - description: 'Search and filter taxon names.' + description: 'Search and filter taxon names. Download CSV. Generate JSON paths for offline use.' diff --git a/spec/lib/vendor/paperclip_spec.rb b/spec/lib/vendor/paperclip_spec.rb index aa6841468a..e32952f701 100644 --- a/spec/lib/vendor/paperclip_spec.rb +++ b/spec/lib/vendor/paperclip_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -describe Paperclip::Rotator, type: :model, group: [:image] do +describe 'Paperclip::Rotator', type: :model, group: [:image] do let(:i) { FactoryBot.build(:valid_image) }