Add and install rspec

This commit is contained in:
Ryan W
2021-09-26 14:56:42 -07:00
parent a522850e50
commit 573b0558a7
4 changed files with 180 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ gem 'rubocop-rails'
group :development, :test do
# Start debugger with binding.b [https://github.com/ruby/debug]
gem 'debug', '>= 1.0.0', platforms: %i[mri mingw x64_mingw]
gem 'rspec-rails'
end
group :development do