Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Rails 5 master #644

Merged
merged 1 commit into from
Feb 26, 2016
Merged

Test against Rails 5 master #644

merged 1 commit into from
Feb 26, 2016

Conversation

derekprior
Copy link
Contributor

Master includes a fix for rails/rails#23645,
which is not yet included in a beta release.

When updating to master, I also had to explicitly set the ActiveJob
queue adapter to inline in tests, as it now defaults to async.

With these changes, the non-acceptance test suite is now green and has
no deprecations. Next up - the acceptance tests.

Master includes a fix for rails/rails#23645,
which is not yet included in a beta release.

When updating to master, I also had to explicitly set the ActiveJob
queue adapter to `inline` in tests, as it now defaults to `async`.

With these changes, the non-acceptance test suite is now green and has
no deprecations. Next up - the acceptance tests.
@@ -13,7 +13,7 @@ gem "shoulda-matchers", "~> 2.8"
gem "sqlite3", "~> 1.3"
gem "timecop", "~> 0.6"
gem "pry", :require => false
gem "rails", "~> 5.0.0.beta1"
gem "rails", :git => "https://github.com/rails/rails"
Copy link
Contributor

Choose a reason for hiding this comment

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

new hash syntax?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's generated.

@calebhearth
Copy link
Contributor

Never used appraisals - is the gemfile generated?

@derekprior
Copy link
Contributor Author

Appraisal manages the gemfiles, yes. We need them checked in so we can get separate travis builds for each of them.

@calebhearth
Copy link
Contributor

👍

@derekprior derekprior merged commit 52c4065 into master Feb 26, 2016
@derekprior derekprior deleted the dp-latest-rails branch February 26, 2016 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants