git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 5a7663a5d757aa4698e9762f3ff4d47071b72be4

Files: 5a7663a5d757aa4698e9762f3ff4d47071b72be4 / 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