app/views/konacha/specs/iframe.html.erb in konacha-2.0.0.beta3 vs app/views/konacha/specs/iframe.html.erb in konacha-2.0.0
- old
+ new
@@ -1,7 +1,7 @@
<!doctype html>
-<html>
+<html data-path="<%= @spec.path %>">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Konacha Tests</title>
<% @stylesheets.each do |file| %>
@@ -9,10 +9,10 @@
<%= stylesheet_link_tag file, :debug => false %>
<% end %>
<%= javascript_include_tag "chai", "konacha/iframe", :debug => false %>
- <%= spec_include_tag *@specs %>
+ <%= spec_include_tag @spec %>
</head>
<body>
</body>
</html>