removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run

This commit is contained in:
Jeremy Ashkenas
2009-12-24 23:57:27 -08:00
parent 7a0de52c96
commit 73aaf127c8
10 changed files with 33 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ class ExecutionTest < Test::Unit::TestCase
def test_execution_of_coffeescript
sources = ['test/fixtures/execution/*.cs'].join(' ')
assert `bin/cs #{sources}`.match(ALLS_WELL)
assert `bin/coffee-script -r #{sources}`.match(ALLS_WELL)
end
def test_lintless_coffeescript