# frozen_string_literal: true module MalawiHivProgramReports class Engine < ::Rails::Engine isolate_namespace MalawiHivProgramReports config.generators.api_only = true config.generators do |g| g.test_framework :rspec end end end