Class: Calcifer::Finders::FileRelatedFinder

Inherits:
Object
  • Object
show all
Defined in:
lib/calcifer/finders/file_related_finder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(module_name) ⇒ FileRelatedFinder

Returns a new instance of FileRelatedFinder.



8
9
10
# File 'lib/calcifer/finders/file_related_finder.rb', line 8

def initialize(module_name)
  @module_name = module_name
end

Instance Attribute Details

Returns the value of attribute related_spec_files.



6
7
8
# File 'lib/calcifer/finders/file_related_finder.rb', line 6

def related_spec_files
  @related_spec_files
end

Instance Method Details

#executeObject



12
13
14
# File 'lib/calcifer/finders/file_related_finder.rb', line 12

def execute
  related_files_path.split
end