diff options
Diffstat (limited to 'docs/spec/domSpec.js')
| -rw-r--r-- | docs/spec/domSpec.js | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/spec/domSpec.js b/docs/spec/domSpec.js index f9308ed6..3fda656f 100644 --- a/docs/spec/domSpec.js +++ b/docs/spec/domSpec.js @@ -7,34 +7,6 @@ describe('dom', function(){ dom = new DOM(); }); - describe('example', function(){ - it('should render code, live, test', function(){ - dom.example('desc', 'src', 'scenario'); - expect(dom.toString()).toEqual( - '<h1>Example</h1>\n' + - '<div class="example">' + - 'desc<doc:example><doc:source>src</doc:source>\n' + - '<doc:scenario>scenario</doc:scenario>\n'+ - '</doc:example>\n' + - '</div>\n'); - }); - - it('should render non-live, test with description', function(){ - dom.example('desc', 'src', false); - expect(dom.toString()).toEqual('<h1>Example</h1>\n' + - '<div class="example">' + - 'desc<div ng:non-bindable="">' + - '<pre class="brush: js; html-script: true;">src</pre>\n' + - '</div>\n' + - '</div>\n'); - }); - - it('should render non-live, test', function(){ - dom.example('desc', 'src', false); - expect(dom.toString()).toContain('<pre class="brush: js; html-script: true;">src</pre>'); - }); - }); - describe('h', function(){ it('should render using function', function(){ |
