class RuboCop::Cop::Generator

def test_path

def test_path
  File.join('test', 'rubocop', 'cop', 'minitest', "#{snake_case(badge.cop_name.to_s)}_test.rb")
end