Skip to content

Commit

Permalink
fix rotator spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Apr 18, 2019
1 parent e9781b8 commit ecc57ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/interface/hub/user_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
2 changes: 1 addition & 1 deletion spec/lib/vendor/paperclip_spec.rb
Original file line number Diff line number Diff line change
@@ -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) }

Expand Down

0 comments on commit ecc57ba

Please sign in to comment.