diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:01:32 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:01:32 -0600 |
commit | 844d7c974b442b0dd6a504212f50cecc414dce0e (patch) | |
tree | e0c183141d99d491e63d310e6127a7842316318e /Gemfile | |
parent | 82037d42b62eca24d3ca45042728de07a3acd6f2 (diff) |
Añade rspec como el framework de pruebas
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |