Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

[WIP] Rails 6 update #402

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ZeroPointEnergy
Copy link
Collaborator

This is just a first attempt to migrate to Rails 6. This is in no way ready for merging, just to share the progress in the (very very unlikely) case someone else wants to work on this as well.

@ZeroPointEnergy
Copy link
Collaborator Author

To make the tests work at all rspec-rails currently required a prerelease version. The latest one introduced an issue that causes 16 tests to fail though. Linking this here for reference: rspec/rspec-rails#2252

@@ -35,7 +35,7 @@ gem 'ruby-progressbar'
group :development, :test do
gem 'mocha'
gem 'sqlite3'
gem 'rspec-rails'
gem 'rspec-rails', '4.0.0.beta2'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 rspec-rails 4 was released. Maybe it's possible to drop the version specification?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants