disables slidetoggle when running tests

This commit is contained in:
kikito
2016-03-01 18:28:02 +01:00
parent 5615f19ba9
commit 64fbb8a9df

View File

@@ -17,6 +17,10 @@
<%= setting['per_page_code'].try(:html_safe) %> <%= setting['per_page_code'].try(:html_safe) %>
<% if Rails.env.test? %>
<%= javascript_tag "$.fx.off = true;" %>
<% end %>
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper">