summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-21 19:47:01 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-21 19:47:01 -0600
commitcc7948e260ce47193ee8098cf2e810219e461d00 (patch)
tree77091f32d5e593b479330fae854039f63efba4c9
parente94dcad36582c2ca85f04c8513b1f56aa359ad89 (diff)
Añade gema shoulda matchers
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7aa7eb4..d6f8c10 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,6 +48,7 @@ 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'
+ gem 'shoulda-matchers', '~> 5.0'
end
group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 416110b..61b6ca6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -160,6 +160,8 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
+ shoulda-matchers (5.3.0)
+ activesupport (>= 5.2.0)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.6)
@@ -182,6 +184,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.0.4, >= 7.0.4.2)
rspec-rails (~> 6.0.0)
+ shoulda-matchers (~> 5.0)
tzinfo-data
RUBY VERSION