Sha256: cf91e5244e66b39fd83c576a2fab8c33f38d4b0ea2aa067e5b8003eb664f6adc
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
<% # ======================================================================== # ViewBuilder.BuilderView Unit Test # ======================================================================== %> <% content_for('final') do %> <script> Test.context("ViewBuilder.BuilderView",{ "TODO: Add your own tests here": function() { true.shouldEqual(true) ; } }) ; if (window.main && (appMain = main)) main = null ; </script> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.2 | clients/view_builder/tests/views/builder.rhtml |
sproutcore-0.9.4 | clients/view_builder/tests/views/builder.rhtml |