Index: sky/tests/mocha/describe-only.sky |
diff --git a/sky/tests/mocha/describe-only.html b/sky/tests/mocha/describe-only.sky |
similarity index 71% |
rename from sky/tests/mocha/describe-only.html |
rename to sky/tests/mocha/describe-only.sky |
index 68f686fdf7987859f0cd80c6e3750eeec8bf5ec8..ac5424c2556d5564ed05088fdb1f906dacdb811f 100644 |
--- a/sky/tests/mocha/describe-only.html |
+++ b/sky/tests/mocha/describe-only.sky |
@@ -1,6 +1,6 @@ |
<html> |
-<link rel="import" href="../resources/chai.html" /> |
-<link rel="import" href="../resources/mocha.html" /> |
+<link rel="import" href="../resources/chai.sky" /> |
+<link rel="import" href="../resources/mocha.sky" /> |
<script> |
describe.only('This suite', function() { |