Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove recommendation for Capybara
disable_animation
(#40)
Capybara's `disable_animation` option inserts a middleware that can conflict with other middleware, like `Rack::Deflater`. If removing animation is important for speeding up system tests, a more direct way to do it is to conditionally add CSS/JS to the application layout, rather rely on a middleware that could have unexpected side effects. Given the potential complications, I am removing `disable_animation` from the default Capybara config file that nextgen generates.
- Loading branch information