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

Fix railties tests in master #13472

Merged

Conversation

schneems
Copy link
Member

Tests are failing due to missing env var on master https://travis-ci.org/rails/rails/jobs/15930622#L641

This adds an environment variable ENV['RAILS_SECRET_KEY_BASE'] so these tests will pass.

Tests are failing due to missing env var on master https://travis-ci.org/rails/rails/jobs/15930622#L641

This adds an environment variable `ENV['RAILS_SECRET_KEY_BASE']` so these tests will pass.
@josevalim
Copy link
Contributor

Thanks. I have pushed a different fix a couple minutes ago: 959cfce

That should be enough, no?

@schneems
Copy link
Member Author

That test was still failing on master for me. Maybe I pulled before your fix. If master is green we can close this.

@kuldeepaggarwal
Copy link
Contributor

@josevalim I think we should revert 959cfce because test cases are failing. See this. WDYT?

josevalim pushed a commit that referenced this pull request Dec 24, 2013
@josevalim josevalim merged commit db22a5a into rails:master Dec 24, 2013
@schneems
Copy link
Member Author

There's still work to be done here. Out shopping for Christmas presents. Will take a look at failures when I can

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