github.com/DerekStrickland/consul@v1.4.5/ui-v2/tests/acceptance/steps/dc/nodes/sessions/list-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 }