This file is indexed.

/usr/share/doc/ruby-rspec-mocks/features/.nav is in ruby-rspec-mocks 3.5.0c3e0m0s0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- basics:
  - test_doubles.feature
  - allowing_messages.feature
  - expecting_messages.feature
  - partial_test_doubles.feature
  - null_object_doubles.feature
  - spies.feature
  - scope.feature
- verifying_doubles:
  - instance_doubles.feature
  - class_doubles.feature
  - object_doubles.feature
  - dynamic_classes.feature
  - partial_doubles.feature
- configuring_responses:
  - returning_a_value.feature
  - raising_an_error.feature
  - throwing.feature
  - yielding.feature
  - calling_the_original_implementation.feature
  - wrapping_the_original_implementation.feature
  - block_implementation.feature
- setting_constraints:
  - matching_arguments.feature
  - receive_counts.feature
  - message_order.feature
- mutating_constants:
  - stub_defined_constant.feature
  - stub_undefined_constant.feature
  - hide_defined_constant.feature
  - hide_undefined_constant.feature
- working_with_legacy_code:
  - any_instance.feature
  - message_chains.feature
- old_syntax:
  - stub.feature
  - should_receive.feature
  - any_instance.feature
  - stub_chain.feature
  - unstub.feature
- outside_rspec:
  - minitest.feature
  - any_test_framework.feature
  - standalone.feature
- Changelog