mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
Added test-prof as a dependency (#7395)
test-prof is a collection of tools for analyzing test-suite performance.
This commit is contained in:
parent
19905e587b
commit
7e3628d11f
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -122,6 +122,7 @@ group :test do
|
|||
gem 'minitest', require: false
|
||||
gem 'danger'
|
||||
gem 'simplecov', require: false
|
||||
gem "test-prof"
|
||||
end
|
||||
|
||||
group :test, :development do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue