Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
This scenario should not happen and now it
raises a `ActiveSupport::MessageVerifier::InvalidSignature`
error.

Could be related to this new feature in 6.1
https://blog.saeloun.com/2020/05/20/rails-6-1-adds-support-for-signed-ids-to-active-record.html
rails/rails#39313

And various issues that were supposedly fixed
rails/rails#41233
  • Loading branch information
jsugarman committed Jun 22, 2021
1 parent 0df17e3 commit 4979351
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/requests/documents_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@
end
end

it_behaves_like 'failed document upload' do
let(:params) { { document: { document: '' } } }
end

it_behaves_like 'failed document upload' do
let(:params) { { document: { document: nil } } }
end
Expand Down

0 comments on commit 4979351

Please sign in to comment.