Sha256: 2067dbe2fbe6fe93ef4326a32b3acc9f030562b3f228aabc02a80f696fb54fa8
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
<%% # ======================================================================== # <%= controller_class_name %> Unit Test # ======================================================================== %> <%% content_for('final') do %> <script> Test.context("<%= controller_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/controller/templates/test.rhtml |
sproutcore-0.9.1 | generators/controller/templates/test.rhtml |