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

View file

@ -523,7 +523,7 @@ module DB
def self.run(description = "as a db") def self.run(description = "as a db")
ctx = self.new ctx = self.new
with ctx yield with ctx yield ctx
describe description do describe description do
ctx.include_shared_specs ctx.include_shared_specs