demo/spec/javascripts/spec_helper.coffee in modularity-rails-0.12.3 vs demo/spec/javascripts/spec_helper.coffee in modularity-rails-0.14.0
- old
+ new
@@ -1,10 +1,9 @@
#= require application
#= require sinon
#= require sinon-chai
#= require_tree ./templates
-window.chai.use window.sinonChai
# Renders the template with the given path in the #konacha div.
window.template = (path) ->
$('#konacha').html JST["templates/#{path}"]()