Browse Source

test prof in test context

pull/2466/head
Arthur Campbell 2 years ago committed by Kat
parent
commit
bf8089d289
  1. 1
      Gemfile
  2. 2
      Gemfile.lock

1
Gemfile

@ -105,6 +105,7 @@ group :test do
gem "simplecov", require: false gem "simplecov", require: false
gem "timecop", "~> 0.9.4" gem "timecop", "~> 0.9.4"
gem "webmock", require: false gem "webmock", require: false
gem "test-prof", "~> 1.0"
end end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem

2
Gemfile.lock

@ -449,6 +449,7 @@ GEM
stimulus-rails (1.3.3) stimulus-rails (1.3.3)
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.1.0) strscan (3.1.0)
test-prof (1.3.3)
thor (1.3.1) thor (1.3.1)
timecop (0.9.8) timecop (0.9.8)
timeout (0.4.1) timeout (0.4.1)
@ -550,6 +551,7 @@ DEPENDENCIES
sidekiq-cron sidekiq-cron
simplecov simplecov
stimulus-rails stimulus-rails
test-prof (~> 1.0)
timecop (~> 0.9.4) timecop (~> 0.9.4)
tzinfo-data tzinfo-data
uk_postcode uk_postcode

Loading…
Cancel
Save