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