From bf9903af54bf8539a9767a963434c165516455b0 Mon Sep 17 00:00:00 2001 From: Joseph Haig Date: Mon, 29 Oct 2018 12:19:56 +0000 Subject: [PATCH] Fix quotes in code snippet --- documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/configuration.md b/documentation/configuration.md index d0ff67b6..a8964304 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -101,7 +101,7 @@ end ```ruby Pact.configure do | config | - config.pact_dir = `./spec/pacts` + config.pact_dir = './spec/pacts' end ```