github.com/DerekStrickland/consul@v1.4.5/ui-v2/tests/acceptance/steps/deleting-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) 8 .then('I should find a file', function() { 9 assert.ok(true, this.step); 10 }); 11 }