Skip to content

Commit

Permalink
fix(format): add missing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 29, 2017
1 parent 6a2708c commit 1868ed2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/extensions/cli/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ module.exports = ({ Given, When, Then }) => {
this.cli.scheduleKillProcess(delay, signal)
})



When(/^I run command (.+)$/, function(command, callback) {
this.cli
.run(command)
Expand All @@ -42,8 +40,6 @@ module.exports = ({ Given, When, Then }) => {
console.log(output) // eslint-disable-line no-console
})



Then(/^(?:the )?(?:command )?exit code should be (\d+)$/, function(expectedExitCode) {
const exitCode = this.cli.getExitCode()

Expand Down

0 comments on commit 1868ed2

Please sign in to comment.