This file is indexed.

/usr/share/doc/ruby-rspec-mocks/features/setting_constraints/README.md 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
RSpec provides a fluent interface off of `expect(...).to receive(...)` that allows you to
further constrain what you expect: the arguments, the number of times, and the ordering of
multiple messages.

Although not shown here, this fluent interface is also supported by [spies](./basics/spies), off of
`have_received(...)`.