How I set up a Rails application for testing
29-Oct-2020 2369
First, if you don’t know, it’s possible to create a file called an application template that you can use to create a Rails application with certain code or configuration included. This is useful if you create a lot of new Rails applications with parts in common.Here’s an application template I created that will do two things: 1) install a handful of testing-related gems and 2) add a config file that will tell RSpec not to generate certain types of files. A more detailed explanation can be found below the code.
How I set up a Rails application for testing #ruby #rubydeveloper #rubyonrails #Rails #application #testing #application #testing https://rubyonrails.ba/link/how-i-set-up-a-rails-application-for-testing