From f7a0fb572e4518146ec9cb29669d12cd22b4dc11 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 23 Feb 2023 17:32:46 -0600 Subject: AƱade gemas para specs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 822c02a..932eabc 100644 --- a/Gemfile +++ b/Gemfile @@ -53,6 +53,8 @@ gem 'jwt' 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 'factory_bot' + gem 'faker' gem 'rspec-rails', '~> 6.0.0' gem 'shoulda-matchers', '~> 5.0' end -- cgit v1.2.3