added logic to set the vahallaAdminDB var.
This commit is contained in:
parent
f4cde36f36
commit
49be8b00f3
@ -13,6 +13,11 @@ module.exports = function () {
|
|||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.Given(/^the valhalla admin db "(.*?)"$/, (args, callback) => {
|
||||||
|
this.vahallaAdminDB = this.expandOptions(args);
|
||||||
|
callback();
|
||||||
|
});
|
||||||
|
|
||||||
this.Given(/^the extract extra arguments "(.*?)"$/, (args, callback) => {
|
this.Given(/^the extract extra arguments "(.*?)"$/, (args, callback) => {
|
||||||
this.extractArgs = this.expandOptions(args);
|
this.extractArgs = this.expandOptions(args);
|
||||||
callback();
|
callback();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user