27 28 29 30 31 32 33 34
# File 'lib/cloudspec/amzn/base.rb', line 27 def load_rules CloudSpec.log.debug 'loading rules ...' rules_path = File.expand_path(CloudSpec.options[:rules]) Dir["#{rules_path}/amzn/**/*.rb"].each do |file| require file end end