Merge pull request #207 from chef/fnichol/doc-package-resource-typo

Fix package resource documentation example.
This commit is contained in:
Dominik Richter 2015-11-04 00:48:22 +01:00
commit 5ac24b1b27

View file

@ -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
-----------------------------------------------------