diff --git a/build.xml b/build.xml index dc1e3391..7eba3356 100644 --- a/build.xml +++ b/build.xml @@ -641,7 +641,11 @@ - + @@ -659,6 +663,25 @@ + + + + + + + + + + + + + + + @@ -704,7 +727,7 @@ name="concat" depends="dom-spec, event-spec, timer-spec, html-spec, parser-spec, xhr-spec, - css-spec, window-spec, frame-spec"> + css-spec, window-spec, scope-spec, frame-spec"> diff --git a/specs/frame/index.html b/specs/frame/index.html index 915fbf36..ba29717a 100644 --- a/specs/frame/index.html +++ b/specs/frame/index.html @@ -23,7 +23,7 @@ + + + + + + + +

+ + Envjs Scope Spec +

+

+

+
+
+
    +
    + +
    + +
    + + diff --git a/specs/scope/spec.js b/specs/scope/spec.js new file mode 100644 index 00000000..e8155904 --- /dev/null +++ b/specs/scope/spec.js @@ -0,0 +1,7 @@ + +QUnit.module('scope'); + +test("Initial place-holding do-nothing test", function(){ + ok( true, 'True is true' ); +}); +