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")
|
||||
ctx = self.new
|
||||
with ctx yield
|
||||
with ctx yield ctx
|
||||
|
||||
describe description do
|
||||
ctx.include_shared_specs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue