Module: RSpec::Permutations::SpecFinder
- Defined in:
- lib/rspec/permutations/spec_finder.rb
Class Method Summary collapse
Class Method Details
.find ⇒ Object
4 5 6 |
# File 'lib/rspec/permutations/spec_finder.rb', line 4 def self.find caller_locations.find { |l| l.path.end_with?("_spec.rb") }.absolute_path end |