Pass spec helper explicitly (to access methods within each spec)

This commit is contained in:
Brian J. Cardiff 2023-05-29 16:59:06 -03:00
parent cebb113901
commit 0c2a6ce387
1 changed files with 1 additions and 1 deletions

View File

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