diff --git a/Gemfile b/Gemfile index 682b445502..b4fbd69607 100644 --- a/Gemfile +++ b/Gemfile @@ -156,6 +156,7 @@ end group :test do gem 'simplecov', require: false + gem 'test-prof' gem 'webmock' # See spec/spec_helper.rb for instructions # gem 'perftools.rb' diff --git a/Gemfile.lock b/Gemfile.lock index 167efb84d6..dd2a2f81d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -660,6 +660,7 @@ GEM stringex (1.5.1) stripe (5.25.0) temple (0.8.2) + test-prof (0.7.5) test-unit (3.3.6) power_assert thor (0.20.3) @@ -810,6 +811,7 @@ DEPENDENCIES state_machine (= 1.2.0) stringex (~> 1.5.1) stripe + test-prof test-unit (~> 3.3) timecop truncate_html (= 0.9.2)