diff --git a/Gemfile b/Gemfile index 9a9ff1600..0fef04096 100644 --- a/Gemfile +++ b/Gemfile @@ -129,6 +129,7 @@ group :test do gem 'shoulda-matchers', require: false gem 'simplecov', require: false gem 'simplecov-cobertura', require: false + gem "test-prof" gem 'timecop' gem 'vcr' gem 'webmock' diff --git a/Gemfile.lock b/Gemfile.lock index e5a1f6b2c..30de1afaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -783,6 +783,7 @@ GEM temple (0.8.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) + test-prof (1.3.3) thor (1.3.1) thread_safe (0.3.6) tilt (2.3.0) @@ -1019,6 +1020,7 @@ DEPENDENCIES string-similarity strong_migrations sys-proctable + test-prof timecop turbo-rails typhoeus