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

Added Rails4 compatibility #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Rails4 compatibility #11

wants to merge 1 commit into from

Conversation

tylergannon
Copy link

A few things have moved around in recent versions of minitest-rails... see https://github.com/blowmage/minitest-rails/wiki/Upgrading-to-0.9 for details.

Also,

Recent versions of shoulda-matchers (apparently) have removed the
respond_with_content_type matcher. I only guess so because I can't
find it in the current version. Therefore I've replaced those tests
with (imho) suitable replacement matchers.

I doubt you'll want to merge this pull request with master... but I wanted to show you this work in case you're ready to add a rails4 branch.

Recent versions of shoulda-matchers (apparently) have removed the
respond_with_content_type matcher.  I only guess so because I can't
find it in the current version.  Therefore I've replaced those tests
with (imho) suitable replacement matchers.
@tylergannon
Copy link
Author

Note: there is an issue with Ruby 2.0, where it doesn't recognize infect_an_assertion. I will update when I resolve.

@whatyoubendoing
Copy link

@tylergannon were you able to resolve this?

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.

2 participants