Skip to content

Commit

Permalink
got output check going
Browse files Browse the repository at this point in the history
  • Loading branch information
msuarz committed Oct 28, 2012
1 parent 4e8fe16 commit 0b9db62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/frank.coffee
@@ -1,10 +1,11 @@
fs = require 'fs'
{ $ } = require '../../src/utils/shell'

class @Frank

'[>\$] frank @args': (args, output) ->
$ 'coffee src/frank ' + args
output = output.replace /\r/g, ''
out = $ 'coffee src/frank ' + args
out.should.include output

'@defaults =': (settings) ->
settings_file = __dirname + '/../../src/settings.coffee'
Expand Down

0 comments on commit 0b9db62

Please sign in to comment.