osu-cascades / peo-scholarships

Managing the scholarship application process for the Central Oregon chapter of PEO International.
0 stars 0 forks source link

Rails 7: System tests failing with ActiveSupport::MessageVerifier::InvalidSignature #136

Open ybakos opened 2 years ago

ybakos commented 2 years ago

Coffee scripts need re-written. Weird ActiveSupport::MessageVerifier::InvalidSignature failures. Attachment actions updated? Rack::Test::UploadedFile.new('spec/support/test_image.jpg', 'image/jpg')),

ybakos commented 2 years ago

Regarding the ActiveSupport::MessageVerifier::InvalidSignature failures:

https://github.com/teamcapybara/capybara/issues/2541

ybakos commented 2 years ago

https://github.com/rack/rack-test/pull/278

ybakos commented 2 years ago

Via https://github.com/rack/rack-test/pull/278#issuecomment-1126218866

@adiel Did you set this in config/test.rb?

I set it in application.rb, we didn't want the empty field ever.