module Byebug::Helpers::PathHelper

def test_files

def test_files
  @test_files ||= expand_from_root('test/**/*.rb')
end