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

extract ActionDispatch::IntegrationTest::Behavior #23880

Merged
merged 1 commit into from Mar 7, 2016

Conversation

bronson
Copy link
Contributor

@bronson bronson commented Feb 25, 2016

Similar to 176fbfd, this makes it possible for other test
frameworks to hook into Rails integration test facilities.

Also similar to d588bbd and 8e583b6

@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @kaspth (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@bronson
Copy link
Contributor Author

bronson commented Feb 25, 2016

Here is the rspec-rails pull request that would use this feature: rspec/rspec-rails#1560

@rafaelfranca
Copy link
Member

This looks good but tests are broken.

@bronson
Copy link
Contributor Author

bronson commented Feb 25, 2016

Interesting... something about @@app vs. ActiveSupport::Concern on very recent rubies. I'll look tomorrow.

@bronson bronson force-pushed the extract-integration-behavior branch 2 times, most recently from c184f8e to fbb70e3 Compare February 25, 2016 23:58
@kaspth
Copy link
Contributor

kaspth commented Feb 27, 2016

r? @rafaelfranca

@rails-bot rails-bot assigned rafaelfranca and unassigned kaspth Feb 27, 2016
@bronson
Copy link
Contributor Author

bronson commented Feb 27, 2016

Still not ready... I need to figure out the interaction between class variables and AS::Concern.

@bronson bronson force-pushed the extract-integration-behavior branch from fbb70e3 to b10d36d Compare March 3, 2016 23:11
@bronson
Copy link
Contributor Author

bronson commented Mar 4, 2016

@rafaelfranca, rebased against master and everything went green. Magic! Maybe some commit in the past week fixed it.

Anything more I can do on this patch?

Similar to 176fbfd, this makes it possible for other test
frameworks to hook into Rails integration test facilities.
@bronson bronson force-pushed the extract-integration-behavior branch from b10d36d to 4ca01d9 Compare March 7, 2016 19:39
@bronson
Copy link
Contributor Author

bronson commented Mar 7, 2016

Rebased, fixed conflict, green again.

rafaelfranca added a commit that referenced this pull request Mar 7, 2016
extract ActionDispatch::IntegrationTest::Behavior
@rafaelfranca rafaelfranca merged commit a38afb3 into rails:master Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants