mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Pass spec helper explicitly (to access methods within each spec)
This commit is contained in:
parent
cebb113901
commit
0c2a6ce387
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue