Rename render_profiling_test.rb to profiler_test.rb

so it corresponds to the class name being tested
This commit is contained in:
Dylan Thacker-Smith
2020-11-19 16:01:34 -05:00
parent 84059691b8
commit 7960826552

View File

@@ -2,7 +2,7 @@
require 'test_helper'
class RenderProfilingTest < Minitest::Test
class ProfilerTest < Minitest::Test
include Liquid
class ProfilingFileSystem