diff --git a/app/assets/javascripts/testing.js.erb b/app/assets/javascripts/testing.js.erb new file mode 100644 index 0000000..0a3a312 --- /dev/null +++ b/app/assets/javascripts/testing.js.erb @@ -0,0 +1,3 @@ +<% if Rails.env == "test" %> + $(function(evt) { $.fx.off = true; }); +<% end %> -- libgit2 0.21.2