| Index: sky/tests/mocha/describe-only.sky
|
| diff --git a/sky/tests/mocha/describe-only.sky b/sky/tests/mocha/describe-only.sky
|
| deleted file mode 100644
|
| index 62da377d810e018aa68f6b48c1729a6ad4d3ad97..0000000000000000000000000000000000000000
|
| --- a/sky/tests/mocha/describe-only.sky
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<html>
|
| -<import src="../resources/chai.sky" />
|
| -<import src="../resources/mocha.sky" />
|
| -<script>
|
| -
|
| -describe.only('This suite', function() {
|
| - it('should run this test', function() {
|
| - assert.ok(true);
|
| - });
|
| -});
|
| -
|
| -describe('That suite', function() {
|
| - it('should not run this test', function() {
|
| - assert.ok(false);
|
| - });
|
| -});
|
| -
|
| -
|
| -</script>
|
| -</html>
|
|
|