RSpec Copy
Add rspec-rails to your application
Used 13 times
MalTheGreat
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/zyvsNm"
Template Source
Review the code before running this template on your machine.
run "spring stop"
gem_group :development, :test do
gem "rspec-rails"
end
run "bundle install"
rails_command "generate rspec:install"
run "rm -rf test" if yes?("Do you want to remove the /test directory?")