Sha256: 29330edd5ac4b5f74ba12871e7066a8dc2254cb15fa04af6c1f9b7837da55056
Contents?: true
Size: 495 Bytes
Versions: 10
Compression:
Stored size: 495 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
10 entries across 10 versions & 1 rubygems