Skip to content

Instantly share code, notes, and snippets.

@carolyncole
Created August 12, 2015 17:18
Show Gist options
  • Save carolyncole/bf99ba3d822753c52723 to your computer and use it in GitHub Desktop.
Save carolyncole/bf99ba3d822753c52723 to your computer and use it in GitHub Desktop.
Error with tests
CurationConcerns::CharacterizationService
characterize
characterizes, extracts fulltext and stores the results (FAILED - 1)
Failures:
1) CurationConcerns::CharacterizationService characterize characterizes, extracts fulltext and stores the results
Failure/Error: expect(generic_file.mime_type).to eq 'application/vnd.oasis.opendocument.text'
expected: "application/vnd.oasis.opendocument.text"
got: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
(compared using ==)
# ./spec/services/characterization_service_spec.rb:24:in `block (3 levels) in <top (required)>'
Finished in 6.25 seconds (files took 5.27 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/services/characterization_service_spec.rb:21 # CurationConcerns::CharacterizationService characterize characterizes, extracts fulltext and stores the results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment