Sha256: f854c622f172ae1dd0b9e6d11cea57e3daa43c26587919d99a0cdfea774d431f
Contents?: true
Size: 575 Bytes
Versions: 7
Compression:
Stored size: 575 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ # # Allow tests to run in Chrome browser # if ENV['BROWSER'] == 'chrome' Capybara.register_driver :selenium do |app| Capybara::Selenium::Driver.new(app, browser: :chrome) end end # # Default timeout for extended for AJAX based application # Capybara.default_max_wait_time = 7
Version data entries
7 entries across 7 versions & 2 rubygems