Sha256: ec5484e2298f0d603a58fceca4b46c3a67a8256e1727375a125992c1d2d45edd

Contents?: true

Size: 625 Bytes

Versions: 15

Compression:

Stored size: 625 Bytes

Contents

require 'capybara/rails'
require 'capybara/rspec'
require 'capybara/webkit'

Capybara::Webkit.configure do |config|
  config.block_unknown_urls
end

Capybara.configure do |config|
  config.default_selector   = :css
  config.server_port        = 9886
  config.app_host           = 'http://localhost:9886'
end

Capybara.default_max_wait_time = 5
Capybara.javascript_driver = :webkit

# Stop endless errors like
# ~/.rvm/gems/ruby-1.9.2-p0@global/gems/rack-1.2.1/lib/rack/utils.rb:16:
# warning: regexp match /.../n against to UTF-8 string
# more information here: https://github.com/jnicklas/capybara/issues/243
$VERBOSE = nil

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
locomotivecms-3.3.0 spec/support/capybara.rb
locomotivecms-3.3.0.rc3 spec/support/capybara.rb
locomotivecms-3.3.0.rc2 spec/support/capybara.rb
locomotivecms-3.1.2 spec/support/capybara.rb
locomotivecms-3.2.1 spec/support/capybara.rb
locomotivecms-3.3.0.rc1 spec/support/capybara.rb
locomotivecms-3.2.0 spec/support/capybara.rb
locomotivecms-3.2.0.rc2 spec/support/capybara.rb
locomotivecms-3.2.0.rc1 spec/support/capybara.rb
locomotivecms-3.1.1 spec/support/capybara.rb
locomotivecms-3.1.0 spec/support/capybara.rb
locomotivecms-3.1.0.rc3 spec/support/capybara.rb
locomotivecms-3.1.0.rc2 spec/support/capybara.rb
locomotivecms-3.1.0.rc1 spec/support/capybara.rb
locomotivecms-3.0.1 spec/support/capybara.rb