From 48f588ae9b0915dfe668464203a5cdfc0e5e551c Mon Sep 17 00:00:00 2001 From: Thomas Wunderlich Date: Mon, 23 Jan 2017 23:02:48 -0500 Subject: [PATCH] Spider option should autogenerate the spider.yml file if the imported file does not exist --- lib/wraith/spider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wraith/spider.rb b/lib/wraith/spider.rb index a0fb16db..b0ee2a79 100644 --- a/lib/wraith/spider.rb +++ b/lib/wraith/spider.rb @@ -16,7 +16,7 @@ class Wraith::Spider attr_reader :wraith def initialize(config) - @wraith = Wraith::Wraith.new(config) + @wraith = Wraith::Wraith.new(config, { imports_must_resolve: false }) @paths = {} end