How to do I reverse How can I tell Rails to use RSpec instead of test-unit when creating a new Rails app?
I remove it from the Gemfile, but when I try to generate an integration test, it still tries to invoke rspec.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
bundle installafter you remove from Gemfileconfig/application.rb
or:
If so, remove those.