tracks/app/assets/javascripts/disable_fx_in_test.js.erb

4 lines
52 B
Text
Raw Normal View History

2018-07-24 12:34:55 -07:00
<% if Rails.env.test? %>
$.fx.off = true;
<% end %>