diff --git a/test/attributes.js b/test/attributes.js new file mode 100644 index 00000000..bfeed253 --- /dev/null +++ b/test/attributes.js @@ -0,0 +1,9 @@ +"use strict"; + +describe("attributes", function () { + + describe("gpf.attributes.get", function () { + + }); + +});