-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Request Specs #21
Comments
The below does not work in Rails 5 because the gem doesn'r work cirrectly because of some of the changes made to Rails 5. Add RSpec
Examples:
|
They have to be controller tests now??
http://blog.bigbinary.com/2016/04/19/changes-to-test-controllers-in-rails-5.html
n Rails 5, controller tests expect to receive URL instead of action. Otherwise test will throw exception URI::InvalidURIError: bad URI.
This isn't working either:
READ this:
http://rspec.info/blog/2016/07/rspec-3-5-has-been-released/
The text was updated successfully, but these errors were encountered: