-
- Downloads
Add the rspec_profiling gem and documentation to the GitLab development environment
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 7 additions, 0 deletionsGemfile.lock
- config/initializers/rspec_profiling.rb 14 additions, 0 deletionsconfig/initializers/rspec_profiling.rb
- doc/development/performance.md 35 additions, 0 deletionsdoc/development/performance.md
- spec/spec_helper.rb 4 additions, 0 deletionsspec/spec_helper.rb
Loading
| Loading
| @@ -280,6 +280,7 @@ group :development, :test do |
gem 'rspec-retry', '~> 0.4.5' | ||
gem 'spinach-rails', '~> 0.2.1' | ||
gem 'spinach-rerun-reporter', '~> 0.0.2' | ||
gem 'rspec_profiling' | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.7.0' | ||
Loading
| Loading
|
config/initializers/rspec_profiling.rb
0 → 100644
Please register or sign in to comment