github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/tests/acceptance/steps/dc/acls/policies/index-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 }