github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/tests/acceptance/steps/dc/nodes/show-steps.js (about) 1 import steps from '../../steps'; 2 3 // step definitions that are shared between features should be moved to the 4 // tests/acceptance/steps/steps.js file 5 6 export default function(assert) { 7 return steps(assert).then('I should find a file', function() { 8 assert.ok(true, this.step); 9 }); 10 }