Skip to content

Commit

Permalink
keep scripts tested in test/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Sep 27, 2011
1 parent 0604c5d commit 5293c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
test: deps
@find test -name '*_test.coffee' | xargs -n 1 -t coffee
@find test -name '*.coffee' | xargs -n 1 -t coffee

dev: generate-js
@coffee -wc --bare -o lib src/*.coffee
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions test/speak_test.coffee → test/scripts/speak_test.coffee
@@ -1,8 +1,8 @@
Tests = require('./tests')
Tests = require('../tests')
assert = require 'assert'
helper = Tests.helper()

require('../src/scripts/speak') helper
require('../../src/scripts/speak') helper

process.env.HUBOT_MSTRANSLATE_APIKEY ||= "0xDEADBEEF"

Expand Down

0 comments on commit 5293c34

Please sign in to comment.