From 79608265521ebe8f1258dbae99f26e5e6fda2508 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 19 Nov 2020 16:01:34 -0500 Subject: [PATCH] Rename render_profiling_test.rb to profiler_test.rb so it corresponds to the class name being tested --- test/integration/{render_profiling_test.rb => profiler_test.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/integration/{render_profiling_test.rb => profiler_test.rb} (99%) diff --git a/test/integration/render_profiling_test.rb b/test/integration/profiler_test.rb similarity index 99% rename from test/integration/render_profiling_test.rb rename to test/integration/profiler_test.rb index 67ba213..0de84d0 100644 --- a/test/integration/render_profiling_test.rb +++ b/test/integration/profiler_test.rb @@ -2,7 +2,7 @@ require 'test_helper' -class RenderProfilingTest < Minitest::Test +class ProfilerTest < Minitest::Test include Liquid class ProfilingFileSystem