mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 07:51:48 +01:00
Speed up feature tests by disabling jQuery effects
This commit is contained in:
parent
50b09811fc
commit
38387c844d
2 changed files with 4 additions and 0 deletions
3
app/assets/javascripts/disable_fx_in_test.js.erb
Normal file
3
app/assets/javascripts/disable_fx_in_test.js.erb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<% if Rails.env.test? || Rails.env.cucumber? %>
|
||||
$.fx.off = true;
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue