spec/support/shared/path_extractor.rb in arachni-0.4.7 vs spec/support/shared/path_extractor.rb in arachni-1.0
- old
+ new
@@ -39,9 +39,9 @@
end
module Arachni::Parser::Extractors;end
def extractors
@path_extractors ||=
- ::Arachni::Component::Manager.new( options.dir['path_extractors'], Arachni::Parser::Extractors )
+ ::Arachni::Component::Manager.new( options.paths.path_extractors, Arachni::Parser::Extractors )
end
end