From 844d7c974b442b0dd6a504212f50cecc414dce0e Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 20:01:32 -0600 Subject: AƱade rspec como el framework de pruebas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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 -- cgit v1.2.3