module NodeSpec::SharedExamplesSupport

Public Instance Methods

it_is_node_with_roles(*instance_roles) click to toggle source
# File lib/nodespec/shared_examples_support.rb, line 4
def it_is_node_with_roles *instance_roles
  instance_roles.each {|role| it_behaves_like role}
end