projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 257 forks source link

Test against Rails 7.1 #3085

Closed cbeer closed 7 months ago

jrochkind commented 1 year ago

ONE category of failure I found when doing this myself was that rspec-rails needs to get an updated stub_template implementation, which is in rspec-rails main branch (as of four months ago) but not yet released.

https://github.com/rspec/rspec-rails/blob/main/lib/rspec/rails/example/view_example_group.rb#L86-L106

https://github.com/rspec/rspec-rails/commit/4d65bea0619955acb15023b9c3f57a3a53183da8

it shows up as the error about "unshift" on the Routing object.

In case I can save you some debugging when you run into it.

It's difficult to use rspec-rails from main branch github even if you want to, because it has a dependency tree of other unreleased stuff.

jcoyne commented 7 months ago

Superseded by #3099