|
1 | 1 | <!-- markdownlint-disable --> |
2 | 2 |
|
3 | | -* [入门](/getting_started.md) |
| 3 | +* 入门](/getting_started.md) |
4 | 4 | * [Playbook](/playbook.md) |
| 5 | +<a rel="noopener" href="https://github.com/sponsors/test-prof" class="sponsor-link" target="_blank"> |
| 6 | + <img class='sponsor-badge' src='/assets/images/heart.svg' alt='heart' /> |
| 7 | + <span>Sponsor</span> |
| 8 | +</a> |
5 | 9 |
|
6 | 10 | * 分析器 |
7 | | - * [RubyProf 的整合](/profilers/ruby_prof.md) |
8 | | - * [StackProf 的整合](/profilers/stack_prof.md) |
| 11 | + * [Ruby 分析器](/profilers/ruby_profilers.md) |
9 | 12 | * [Event 分析器](/profilers/event_prof.md) |
10 | 13 | * [Tag 分析器](/profilers/tag_prof.md) |
11 | 14 | * [Factory 医生](/profilers/factory_doctor.md) |
12 | 15 | * [Factory 分析器](/profilers/factory_prof.md) |
13 | 16 | * [RSpecDissect 分析器](/profilers/rspec_dissect.md) |
| 17 | + * [Memory 分析器](/profilers/memory_prof.md) |
14 | 18 |
|
15 | 19 | * 配方 |
16 | 20 | * [`before_all` Hook](/recipes/before_all.md) |
17 | | - * [`let_it_be` 帮助方法](/recipes/let_it_be.md) |
| 21 | + * [`let_it_be` Helper](/recipes/let_it_be.md) |
18 | 22 | * [AnyFixture](/recipes/any_fixture.md) |
19 | 23 | * [FactoryDefault](/recipes/factory_default.md) |
20 | 24 | * [FactoryAllStub](/recipes/factory_all_stub.md) |
21 | 25 | * [RSpec Stamp](/recipes/rspec_stamp.md) |
22 | 26 | * [测试抽样](/recipes/tests_sampling.md) |
23 | | - * [Rails 详细日志](/recipes/logging.md) |
24 | | - |
| 27 | + * [Rails 日志](/recipes/logging.md) |
| 28 | + |
25 | 29 | * 杂项 |
26 | 30 | * [RuboCop cops](/misc/rubocop.md) |
0 commit comments