open-consul/ui-v2/tests/acceptance/steps/index-forwarding-steps.js
2018-06-12 11:24:35 +01:00

12 lines
299 B
JavaScript

import steps from './steps';
// step definitions that are shared between features should be moved to the
// 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);
// });
}