Method: Transpec::SpecSuite#specs
- Defined in:
- lib/transpec/spec_suite.rb
#specs ⇒ Object
21 22 23 24 25 |
# File 'lib/transpec/spec_suite.rb', line 21 def specs @specs ||= FileFinder.find(@base_paths).map do |path| ProcessedSource.parse_file(path) end end |