summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/track-ids.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/track-ids.js b/spec/track-ids.js
new file mode 100644
index 0000000..9d9847c
--- /dev/null
+++ b/spec/track-ids.js
@@ -0,0 +1,6 @@
+describe('track ids', function() {
+ it('should include argument ids');
+ it('should include hash ids');
+ it('should note ../ references');
+ it('should update the path when using built helpers');
+});