From 0c2a6ce387144522eb1270c46d98fcf85f9b0465 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 29 May 2023 16:59:06 -0300 Subject: [PATCH] Pass spec helper explicitly (to access methods within each spec) --- src/spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec.cr b/src/spec.cr index c69b43c..2423f80 100644 --- a/src/spec.cr +++ b/src/spec.cr @@ -523,7 +523,7 @@ module DB def self.run(description = "as a db") ctx = self.new - with ctx yield + with ctx yield ctx describe description do ctx.include_shared_specs