Sha256: 74b1047f6523e8087b14c2b2bc3a95007931323cafe8963d9e1f1c9d08d58660

Contents?: true

Size: 479 Bytes

Versions: 10

Compression:

Stored size: 479 Bytes

Contents

<%% # ========================================================================
   # <%= file_name.gsub('_', ' ').titleize %> Unit Test
   # ========================================================================
%>
<%% content_for('final') do %>

<script>

Test.context("<%= file_name.gsub('_', ' ').titleize %>",{

  "TODO: Add your own tests here": function() {
    true.shouldEqual(true) ;
  }

}) ;

if (window.main && (appMain = main)) main = null ; 

</script>

<%% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sproutcore-0.9.11 sc_generators/test/templates/test.rhtml
sproutcore-0.9.10 sc_generators/test/templates/test.rhtml
sproutcore-0.9.2 generators/test/templates/test.rhtml
sproutcore-0.9.5 generators/test/templates/test.rhtml
sproutcore-0.9.3 generators/test/templates/test.rhtml
sproutcore-0.9.4 generators/test/templates/test.rhtml
sproutcore-0.9.8 generators/test/templates/test.rhtml
sproutcore-0.9.9 generators/test/templates/test.rhtml
sproutcore-0.9.7 generators/test/templates/test.rhtml
sproutcore-0.9.6 generators/test/templates/test.rhtml