Exception: RSpec::Puppet::Errors::SubscribeRelationshipError

Inherits:
RelationshipError
  • Object
show all
Defined in:
lib/rspec-puppet/errors.rb

Instance Attribute Summary

Attributes inherited from RelationshipError

#from, #to

Instance Method Summary collapse

Methods inherited from RelationshipError

#initialize, #to_s

Constructor Details

This class inherits a constructor from RSpec::Puppet::Errors::RelationshipError

Instance Method Details

#messageObject



86
87
88
# File 'lib/rspec-puppet/errors.rb', line 86

def message
  "that is subscribed to #{to}"
end