Skip to content

Commit

Permalink
Merge pull request #504 from ThomasWunderlich/feature/autogenerate-sp…
Browse files Browse the repository at this point in the history
…ider-yaml

Spider option should autogenerate the spider.yml file if the imported…
  • Loading branch information
ChrisBAshton authored Jan 24, 2017
2 parents 68abae0 + 184c6ea commit 9382fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wraith/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9382fc7

Please sign in to comment.