Setup Rspec

This commit is contained in:
sto
2025-03-26 19:58:11 +01:00
parent 2144c22bd9
commit 12f9f33034
7 changed files with 201 additions and 10 deletions

View File

@@ -54,6 +54,8 @@ group :development, :test do
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
gem "rspec-rails"
end
group :development do