jwhitley/requirejs-rails-jasmine-template

render partial in run.html.erb

Opened this issue · 0 comments

I am try to use render helper:
<%= render :partial => "index/templates_js" %>

But got an error:
undefined method 'render' for #<Jasmine::RunnerConfig:0x9512580>

In this file I have a <script type='text/html'> tags with templates, using by Underscore and Backbone. How can I attach templates to properly test if they're renders?