Sha256: 0c8f9e0a3e7b9a16af21d671e15710a19987fcc2c31692e7ad70b8f61fae6aa3

Contents?: true

Size: 479 Bytes

Versions: 12

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

12 entries across 12 versions & 1 rubygems

Version Path
sproutcore-0.9.12 sc_generators/test/templates/test.rhtml
sproutcore-0.9.15 sc_generators/test/templates/test.rhtml
sproutcore-0.9.13 sc_generators/test/templates/test.rhtml
sproutcore-0.9.14 sc_generators/test/templates/test.rhtml
sproutcore-0.9.19 sc_generators/test/templates/test.rhtml
sproutcore-0.9.18 sc_generators/test/templates/test.rhtml
sproutcore-0.9.16 sc_generators/test/templates/test.rhtml
sproutcore-0.9.17 sc_generators/test/templates/test.rhtml
sproutcore-0.9.22 sc_generators/test/templates/test.rhtml
sproutcore-0.9.23 sc_generators/test/templates/test.rhtml
sproutcore-0.9.20 sc_generators/test/templates/test.rhtml
sproutcore-0.9.21 sc_generators/test/templates/test.rhtml