mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix package resource documentation example.
This commit is contained in:
parent
c3d34ca4a6
commit
50930dc520
1 changed files with 1 additions and 1 deletions
|
@ -2602,7 +2602,7 @@ The ``version`` matcher tests if the named package version is on the system:
|
||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
its('version) { should eq '1.2.3' }
|
its('version') { should eq '1.2.3' }
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue