Testing > Test Preparation > Flashcards
How to add rpsec to the rails project?
gem ‘rspec-rails’
How to generate rspec base test structure?
rails generate rspec:install
How to set default test generator as rspec?
Add to the config/application.rb
config.generators.test_framework :rspec