From 50930dc5200923d08563f70799dfcc410805afbe Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 3 Nov 2015 09:03:30 -0700 Subject: [PATCH] Fix package resource documentation example. --- docs/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------------------------------------------