Method: Transpec::SpecSuite#initialize

Defined in:
lib/transpec/spec_suite.rb

#initialize(base_paths = [], runtime_data = nil) ⇒ SpecSuite

Returns a new instance of SpecSuite.



15
16
17
18
19
# File 'lib/transpec/spec_suite.rb', line 15

def initialize(base_paths = [], runtime_data = nil)
  @base_paths = base_paths
  @runtime_data = runtime_data
  @analyzed = false
end