1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/spec/spec_helper.rb
Jonas Nicklas 8abf65b4e5 Don't automatically configure RSpec in Capybara spec helper
Driver authors then have the choice how they want RSpec configured.
2012-11-28 21:02:21 +01:00

5 lines
110 B
Ruby

require 'capybara/spec/spec_helper'
RSpec.configure do |config|
Capybara::SpecHelper.configure(config)
end