Fix package resource documentation example.

This commit is contained in:
Fletcher Nichol 2015-11-03 09:03:30 -07:00 committed by Dominik Richter
parent c3d34ca4a6
commit 50930dc520

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