Install rspec and factory_bot

This commit is contained in:
riggraz
2019-08-18 15:03:33 +02:00
parent 467d5a9a0f
commit f3ed240965
5 changed files with 186 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ gem 'bootsnap', '>= 1.4.2', require: false
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails'
gem 'factory_bot_rails'
end
group :development do