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