mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
Merge pull request #207 from chef/fnichol/doc-package-resource-typo
Fix package resource documentation example.
This commit is contained in:
commit
5ac24b1b27
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…
Reference in a new issue