Sha256: aaa0533f8e0e62284418326d3c7b69d0d84c5f0cc4554d34c6769210b159d4d5

Contents?: true

Size: 464 Bytes

Versions: 2

Compression:

Stored size: 464 Bytes

Contents

<%% # ========================================================================
   # <%= client_class_name %> Unit Test
   # ========================================================================
%>
<%% content_for('final') do %>

<script>

Test.context("<%= client_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.1 generators/model/templates/test.rhtml
sproutcore-0.9.0 generators/model/templates/test.rhtml