summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-20 20:01:32 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-20 20:01:32 -0600
commit844d7c974b442b0dd6a504212f50cecc414dce0e (patch)
treee0c183141d99d491e63d310e6127a7842316318e /Gemfile
parent82037d42b62eca24d3ca45042728de07a3acd6f2 (diff)
Añade rspec como el framework de pruebas
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cc1900a..f3bea13 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,6 +41,7 @@ gem 'bootsnap', require: false
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', '~> 6.0.0'
end
group :development do