Sha256: a759651523081741cfe42fa67b536a99a7d20dee506f1b62b47d6f368f40a08e
Contents?: true
Size: 786 Bytes
Versions: 1
Compression:
Stored size: 786 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Teaspoon :: Javascript Test Runner</title> <meta name="viewport" content="width=device-width, user-scalable=no"> <%= csrf_meta_tags %> <%= stylesheet_link_tag *@suite.stylesheets %> <%= javascript_include_tag *@suite.javascripts %> <% @suite.javascript_packs.each do |javascript_pack| %> <%= javascript_pack_tag javascript_pack %> <% end %> <script type="text/javascript"> Teaspoon.version = <%= Teaspoon::VERSION.to_json.html_safe %>; Teaspoon.suites = <%= {all: Teaspoon.configuration.suite_configs.keys, active: @suite.name}.to_json.html_safe %>; </script> <%= render @suite.boot_partial %> </head> <body data-no-turbolink> <%= render @suite.body_partial %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-1.4.0 | app/views/teaspoon/suite/show.html.erb |