Using a fresh checkout of master and with Ruby 2.7.0, the test suite fails to run with these errors:
Failure/Error: Dummy::Application.initialize!
Sprockets::Railtie::ManifestNeededError:
Expected to find a manifest file in `app/assets/config/manifest.js`
But did not, please create this file and use it to link any assets that need
to be rendered by your app:
Example:
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
and restart your server
# ./spec/dummy/config/environment.rb:5:in `<top (required)>'
It seems that the test suite is incompatible with Sprockets 4.