Method: CodeNode::SpecHelpers::DotFile#has_inclusion?
- Defined in:
- lib/code_node/spec_helpers/dot_file.rb
#has_inclusion?(path1, path2) ⇒ Boolean
69 70 71 |
# File 'lib/code_node/spec_helpers/dot_file.rb', line 69 def has_inclusion?(path1, path2) has_relation? :inclusion, path1, path2 end |