mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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
|
||||
|
||||
its('version) { should eq '1.2.3' }
|
||||
its('version') { should eq '1.2.3' }
|
||||
|
||||
Examples
|
||||
-----------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue