api-bdd-test
Version:
use the bdd(cucumber) to test the RESTfull API
20 lines (14 loc) • 411 B
JavaScript
(function() {
var Yadda, patchLang;
Yadda = require('yadda');
patchLang = require('./language');
module.exports = patchLang(Yadda.localisation.English, {
'before': '[Bb]efore',
'after': '[Aa]fter',
'beforeEach': '[Bb]eforeEach',
'afterEach': '[Aa]fterEach',
'beforeStep': '[Bb]eforeStep',
'afterStep': '[Aa]fterStep'
});
}).call(this);
//# sourceMappingURL=english.js.map