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 specs for Rails 4 and get Travis CI to pass #12

Merged
merged 1 commit into from
May 8, 2015

Commits on Apr 26, 2015

  1. Fix specs for Rails 4 and get Travis CI to pass.

    I've now added gemfiles for each of Rails versions 3.2, 4.0, 4.1, 4.2. In addition, there's a "master" version but Mongoid currently conflicts so it's set to Rails 4.2 and Mongoid master. I've moved /gemfiles to be /spec/gemfiles.
    
    Rails 3 specs are marked as "allowed failures" since the format has changed entirely. I've investigated and decided that it's not worth the effort to make both Rails 3 and 4 pass, but at least I've gotten to the point where the Rails 3 env build correctly and we can see the individual specs fail due to format change.
    
    I've also added coveralls as a dev dependency, otherwise Travis fails.
    
    Lastly, Travis CI does not require service: mongodb to pass hence I've removed it.
    johnnyshields committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    37ca8ff View commit details
    Browse the repository at this point in the history