mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Install rspec and factory_bot
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user