You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: