Sha256: 7fd734b18f0b9cdcb54fd301d5829a061fe2e06aee1ea34916c69fd880e14044

Contents?: true

Size: 213 Bytes

Versions: 7

Compression:

Stored size: 213 Bytes

Contents

require 'capybara/rails'
require 'capybara/dsl'

RSpec.configure do |c|
  c.include Capybara::DSL, :file_path => /\bspec\/integration\//
end
Capybara.default_driver   = :rack_test
Capybara.default_selector = :css

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
loaf-0.8.1 spec/support/capybara.rb
loaf-0.8.0 spec/support/capybara.rb
loaf-0.7.0 spec/support/capybara.rb
loaf-0.6.2 spec/support/capybara.rb
loaf-0.6.1 spec/support/capybara.rb
loaf-0.6.0 spec/support/capybara.rb
loaf-0.5.0 spec/support/capybara.rb