mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user