diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb index ef2f8e6f5..dcd16b704 100644 --- a/app/views/layouts/_common_head.html.erb +++ b/app/views/layouts/_common_head.html.erb @@ -6,4 +6,4 @@ <%= javascript_include_tag "application", 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <%= favicon_link_tag "favicon.ico" %> -<%= render "layouts/no_animations_in_tests" if Rails.env.test? %> +<%= render "layouts/disable_animations_in_tests" if Rails.env.test? %> diff --git a/app/views/layouts/_no_animations_in_tests.html.erb b/app/views/layouts/_disable_animations_in_tests.html.erb similarity index 100% rename from app/views/layouts/_no_animations_in_tests.html.erb rename to app/views/layouts/_disable_animations_in_tests.html.erb