Sfoglia il codice sorgente

Update templates online [ci skip]

Matt Coles 9 anni fa
parent
commit
6e1a92a155
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      templates/spec.js

+ 6 - 0
templates/spec.js

@@ -0,0 +1,6 @@
1
+var request = require("request");
2
+var base_url = "http://localhost:3000";
3
+
4
+describe("#Name# Operations", function () {
5
+
6
+});