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

Ensure rspec core is loaded if rspec-rails is. #1558

Merged
merged 1 commit into from
Apr 6, 2016
Merged

Commits on Apr 5, 2016

  1. Ensure rspec core is loaded if rspec-rails is.

    I don't think loading rspec/rails here is necessarily right, since Rails
    might not be required yet and I don't think we should be the ones to
    force that. Could be wrong here, but only loading rspec is more
    conservative so choosing that for now.
    
    Loading rspec seems important though, so that various version checks
    work correctly.
    
    See tpope/fivemat#29 for motivation.
    xaviershay authored and Sam Phippen committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    994cb7a View commit details
    Browse the repository at this point in the history