# File lib/mspec/utils/script.rb, line 10 10: def self.config 11: @config ||= { 12: :path => ['.', 'spec'], 13: :config_ext => '.mspec' 14: } 15: end