Skip to content

Commit

Permalink
Expecting an instance here, not a class name
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Jan 14, 2017
1 parent 3c8bbef commit af725c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/sufia/batch_uploads_controller_spec.rb
Expand Up @@ -44,7 +44,7 @@
expected_types,
['1'],
expected_shared_params,
CurationConcerns::Operation)
a_kind_of(CurationConcerns::Operation))
post :create, params: post_params
expect(response).to redirect_to Sufia::Engine.routes.url_helpers.dashboard_works_path
expect(flash[:notice]).to include("Your files are being processed")
Expand Down

0 comments on commit af725c3

Please sign in to comment.