mirror of https://github.com/status-im/consul.git
Make this steps file the same as the others...
WIP: Ideally all of these would go
This commit is contained in:
parent
947417689f
commit
28e56aa92f
|
@ -4,8 +4,7 @@ import steps from './steps';
|
|||
// tests/acceptance/steps/steps.js file
|
||||
|
||||
export default function(assert) {
|
||||
return steps(assert);
|
||||
// .then('I should find a file', function() {
|
||||
// assert.ok(true, this.step);
|
||||
// });
|
||||
return steps(assert).then('I should find a file', function() {
|
||||
assert.ok(true, this.step);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue