git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 34c7cddb2995fb4e549bee032b1936bf8464fa0c

Files: 34c7cddb2995fb4e549bee032b1936bf8464fa0c / features / step_definitions / steps.js

314 bytesRaw
1const Url = require('url')
2
3const config = require('app/config')
4
5module.exports = function () {
6 this.Given(/^I am a user$/, function () {
7
8 })
9
10 this.When(/^I open a page$/, function (cb) {
11 this.browser.visit('/', cb)
12 })
13
14 this.Then(/^it works$/, function () {
15 this.browser.assert.success()
16 })
17}
18

Built with git-ssb-web