lib/quke.rb in quke-0.9.1 vs lib/quke.rb in quke-0.10.0

- old
+ new

@@ -8,9 +8,11 @@ require "quke/browserstack_status_reporter" require "quke/configuration" require "quke/cuke_runner" require "quke/driver_registration" require "quke/driver_configuration" +require "quke/parallel_configuration" +require "quke/proxy_configuration" module Quke #:nodoc: # The main Quke class. It is not intended to be instantiated and instead # just need to call its +execute+ method.