Skip to content

Commit

Permalink
Correct typo in RefreshMetadataAction spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Sep 17, 2019
1 parent 59192e6 commit 0de1104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/refresh_metadata_action_spec.rb
Expand Up @@ -12,7 +12,7 @@
allow(MetadataService).to receive(:fetch).and_return('<xml/>')
end

it 'gets the data an puts it in descMetadata' do
it 'gets the data and puts it in descMetadata' do
expect(refresh).not_to be_nil
expect(item.descMetadata.content).to eq '<xml/>'
end
Expand Down

0 comments on commit 0de1104

Please sign in to comment.