diff --git a/docs/resources.rst b/docs/resources.rst index c08ba9c83..2951d6d43 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -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 -----------------------------------------------------