Exception: Graphiti::SpecHelpers::Errors::LinksNotFound
- Defined in:
- lib/graphiti/spec_helpers/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ LinksNotFound
constructor
A new instance of LinksNotFound.
- #message ⇒ Object
Constructor Details
#initialize(name) ⇒ LinksNotFound
Returns a new instance of LinksNotFound.
7 8 9 |
# File 'lib/graphiti/spec_helpers/errors.rb', line 7 def initialize(name) @name = name end |
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'lib/graphiti/spec_helpers/errors.rb', line 11 def "Relationship with name '#{@name}' has no links!" end |