lib/arachni/option_groups.rb in arachni-1.0.2 vs lib/arachni/option_groups.rb in arachni-1.0.3
- old
+ new
@@ -6,8 +6,11 @@
web site for more information on licensing and terms of use.
=end
require_relative 'option_group'
+# We need this to be available prior to loading the rest of the groups.
+require_relative 'option_groups/paths'
+
Dir.glob( "#{File.dirname(__FILE__)}/option_groups/*.rb" ).each do |group|
require group
end