Sha256: 325bae3afd7cdfd9fedc2964763f119717b6b26f31d81705f5630482c78c5ed2
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 Bytes
Contents
<%% # ======================================================================== # <%= view_class_name %> Unit Test # ======================================================================== %> <%% content_for('final') do %> <script> Test.context("<%= view_class_name %>",{ "TODO: Add your own tests here": function() { true.shouldEqual(true) ; } }) ; appMain = main; main = null ; // Cancel main() so app does not start </script> <%% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.0 | generators/view/templates/test.rhtml |
sproutcore-0.9.1 | generators/view/templates/test.rhtml |