cleaning up tests ... consolidation, consistency...

This commit is contained in:
Jeremy Ashkenas
2010-04-03 10:39:32 -04:00
parent f99b5ad463
commit 4a85f3d499
31 changed files with 250 additions and 272 deletions

View File

@@ -1,2 +1,2 @@
# Check if it can import and execute a coffeescript-only module successfully.
# Check if we can import and execute a CoffeeScript-only module successfully.
ok require('./test_module').func() is "from over there"