Sha256: e8873ac90ca0a618b59d8dfed0bae3468172c7177f7e1791dc8a3a6600732164

Contents?: true

Size: 175 Bytes

Versions: 11

Compression:

Stored size: 175 Bytes

Contents

require 'capybara/rspec'
require 'capybara/dsl'

RSpec.configure do |config|
  config.include Capybara::DSL
end

Capybara.configure do |config|
  config.run_server = false
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mighty_grid-0.6.0 spec/support/capybara.rb
mighty_grid-0.5.0 spec/support/capybara.rb
mighty_grid-0.4.0 spec/support/capybara.rb
mighty_grid-0.3.3 spec/support/capybara.rb
mighty_grid-0.3.2 spec/support/capybara.rb
mighty_grid-0.3.1 spec/support/capybara.rb
mighty_grid-0.3.0 spec/support/capybara.rb
mighty_grid-0.2.2 spec/support/capybara.rb
mighty_grid-0.2.1 spec/support/capybara.rb
mighty_grid-0.2.0 spec/support/capybara.rb
mighty_grid-0.1.0 spec/support/capybara.rb