Method: ControlSpecHelper#diff_roles
- Defined in:
- lib/control_spec_helper/control_spec_helper.rb
#diff_roles ⇒ Object
42 43 44 45 46 |
# File 'lib/control_spec_helper/control_spec_helper.rb', line 42 def diff_roles diff_from_base. select { |file| file.match(%r{site/role/manifests}) }. map { |path| class_from_path(path) } end |