File: _sidebar.md

package info (click to toggle)
ruby-test-prof 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,448 kB
  • sloc: ruby: 13,093; sh: 4; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- markdownlint-disable -->

* [Getting Started](/getting_started.md)
* [Playbook](/playbook.md)
<a rel="noopener" href="https://github.com/sponsors/test-prof" class="sponsor-link" target="_blank">
  <img class='sponsor-badge' src='/assets/images/heart.svg' alt='heart' />
  <span>Sponsor</span>
</a>

* Profilers
  * [Ruby profilers](/profilers/ruby_profilers.md)
  * [Event Profiler](/profilers/event_prof.md)
  * [Tag Profiler](/profilers/tag_prof.md)
  * [Factory Doctor](/profilers/factory_doctor.md)
  * [Factory Profiler](/profilers/factory_prof.md)
  * [RSpecDissect Profiler](/profilers/rspec_dissect.md)
  * [Memory Profiler](/profilers/memory_prof.md)
  * [TPS Profiler](/profilers/tps_prof.md)

* Recipes
  * [`before_all` Hook](/recipes/before_all.md)
  * [`let_it_be` Helper](/recipes/let_it_be.md)
  * [AnyFixture](/recipes/any_fixture.md)
  * [FactoryDefault](/recipes/factory_default.md)
  * [FactoryAllStub](/recipes/factory_all_stub.md)
  * [RSpec Stamp](/recipes/rspec_stamp.md)
  * [Tests Sampling](/recipes/tests_sampling.md)
  * [Rails Logging](/recipes/logging.md)

* Misc
  * [RuboCop cops](/misc/rubocop.md)