Prepare system testing

This commit is contained in:
2023-04-11 20:50:13 +02:00
parent 7c77d87213
commit 51985bc88e
6 changed files with 31 additions and 59 deletions

View File

@@ -21,13 +21,10 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
gem "devise"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "byebug"
end
group :development do
gem "byebug"
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"