Adding Rspec in Rails and removing Test from project Directory
Used 9 times
A
Aniket Dangat
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/Vp7sdl"
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 test" if Y?("Do you want to remove the /test directory?")