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