Skip to content

Commit

Permalink
Eliminating a duplicate text.
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoshdean committed Nov 9, 2012
1 parent 7ce929c commit cd0219c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions view/view_test.js
Expand Up @@ -33,23 +33,6 @@
can.append( can.$("#qunit-test-area"), can.view("//can/view/test/qunit/plugin.ejs",{}) )
ok(/something/.test( can.$("#something span")[0].firstChild.nodeValue ),"something has something");
can.remove( can.$("#something") );
can.append( can.$("#qunit-test-area"), can.view("//can/view/test/qunit/plugin.ejs",{}) )
ok(/something/.test( can.$("#something span")[0].firstChild.nodeValue ),"something has something");
can.remove( can.$("#something") );
can.append( can.$("#qunit-test-area"), can.view("//can/view/test/qunit/plugin.ejs",{}) )
ok(/something/.test( can.$("#something span")[0].firstChild.nodeValue ),"something has something");
can.remove( can.$("#something") );
can.append( can.$("#qunit-test-area"), can.view("//can/view/test/qunit/plugin.ejs",{}) )
ok(/something/.test( can.$("#something span")[0].firstChild.nodeValue ),"something has something");
can.remove( can.$("#something") );
})


test("plugin in ejs", function(){

can.append( can.$("#qunit-test-area"), can.view("//can/view/test/qunit/plugin.ejs",{}) )
ok(/something/.test( can.$("#something span")[0].firstChild.nodeValue ),"something has something");
can.remove( can.$("#something") );
});


Expand Down

0 comments on commit cd0219c

Please sign in to comment.