app/views/layouts/netzke/testing.html.erb in netzke-testing-0.11.2 vs app/views/layouts/netzke/testing.html.erb in netzke-testing-0.12.0.beta
- old
+ new
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Netzke Testing</title>
<%= csrf_meta_tag %>
- <%= load_netzke %>
+ <%= load_netzke(minified: false) %>
<% if params[:spec] %>
<%= javascript_include_tag "netzke/testing/expect/expect.js" %>
<%= javascript_include_tag "netzke/testing/mocha/mocha.js" %>
<%= stylesheet_link_tag "netzke/testing/mocha/mocha.css" %>
@@ -15,14 +15,14 @@
Ext.onReady(function(){
Netzke.mochaRunner = mocha.run(function(){Netzke.mochaDone = true;});
});
</script>
<% if !params["no-helpers"] %>
- <%= javascript_include_tag "/assets/netzke/testing/helpers/actions" %>
- <%= javascript_include_tag "/assets/netzke/testing/helpers/queries" %>
- <%= javascript_include_tag "/assets/netzke/testing/helpers/expectations" %>
- <%= javascript_include_tag "/assets/netzke/testing/helpers/grid" %>
- <%= javascript_include_tag "/assets/netzke/testing/helpers/form" %>
+ <%= javascript_include_tag "netzke/testing/helpers/actions" %>
+ <%= javascript_include_tag "netzke/testing/helpers/queries" %>
+ <%= javascript_include_tag "netzke/testing/helpers/expectations" %>
+ <%= javascript_include_tag "netzke/testing/helpers/grid" %>
+ <%= javascript_include_tag "netzke/testing/helpers/form" %>
<% end %>
<% for path in Netzke::Testing.custom_js %>
<%= javascript_include_tag path %>
<% end %>