first spec

This commit is contained in:
2022-03-31 15:53:39 +03:00
parent 9d9314317f
commit 0297c57361
17 changed files with 221 additions and 29 deletions

View File

@ -24,6 +24,7 @@ gem "passenger", require: "phusion_passenger/rack_handler"
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 'rspec-rails', '~> 5.0.0'
end
group :development do