moved specs from busted to telescope in order to fix issue with debug.sethook-based quota errors

This commit is contained in:
kikito
2013-09-13 11:35:35 +02:00
parent e9ef4bb57c
commit 83a5a2b1e2
3 changed files with 55 additions and 66 deletions

View File

@@ -71,12 +71,9 @@ This library is released under the MIT license. See MIT-LICENSE.txt for details
Specs
=====
This project uses [busted](http://olivinelabs.com/busted/) for its specs. In order to run them, install `busted` and then:
This project uses [telescope](https://github.com/norman/telescope) for its specs. In order to run them, install it and then:
cd /path/to/where/the/spec/folder/is
busted
tsc spec/*
I would love to use [busted](http://olivinelabs.com/busted/), but it has some incompatibility with `debug.sethook(f, "", quota)` and the tests just hanged up.