Sha256: 7abc3f751bcdf4cb3f98d2881f2d88d9cf7c92b6fcfe5a7bdce4a39067c09786

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
loaf-0.4.0 spec/support/capybara.rb
loaf-0.3.0 spec/support/capybara.rb
loaf-0.2.1 spec/support/capybara.rb
loaf-0.2.0 spec/support/capybara.rb