lib/produce/developer_center.rb in produce-0.1.1 vs lib/produce/developer_center.rb in produce-0.1.2

- old
+ new

@@ -41,9 +41,10 @@ # Since Apple has some SSL errors, we have to configure the client properly: # https://github.com/ariya/phantomjs/issues/11239 Capybara.register_driver :poltergeist do |a| conf = ['--debug=no', '--ignore-ssl-errors=yes', '--ssl-protocol=TLSv1'] Capybara::Poltergeist::Driver.new(a, { + phantomjs: Phantomjs.path, phantomjs_options: conf, phantomjs_logger: File.open("#{TMP_FOLDER}/poltergeist_log.txt", "a"), js_errors: false }) end