Sha256: 1cf76bef75f4a8252a1971d75e4765bb46fd8033ce0f7da5eecc29080c182de1
Contents?: true
Size: 494 Bytes
Versions: 12
Compression:
Stored size: 494 Bytes
Contents
<%% # ======================================================================== # <%= controller_class_name %> Unit Test # ======================================================================== %> <%% content_for('final') do %> <script> Test.context("<%= controller_class_name %>",{ "TODO: Add your own tests here": function() { true.shouldEqual(true) ; } }) ; // Cancel main() so app does not start if (window.main && (appMain = main)) main = null ; </script> <%% end %>
Version data entries
12 entries across 12 versions & 1 rubygems