Sha256: 5b2548ec6813b21fa8a3fc5b54e37bf5b9e68125d77864ff2d64495af73906e4

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

Around "@capybara" do |scenario, block|
  # We are caught in a weird situation here. rspec-rails supports 1.8.7 and
  # above, but capybara beyond a certain version only supports 1.9.3 and above.
  # On 1.8.7 and 1.9.2, we run most of the rspec-rails test suite but leave out
  # parts that require capybara.
  block.call if defined?(::Capybara)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-rails-3.0.0.beta2 features/support/capybara.rb
rspec-rails-3.0.0.beta1 features/support/capybara.rb