mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
8abf65b4e5
Driver authors then have the choice how they want RSpec configured.
5 lines
110 B
Ruby
5 lines
110 B
Ruby
require 'capybara/spec/spec_helper'
|
|
|
|
RSpec.configure do |config|
|
|
Capybara::SpecHelper.configure(config)
|
|
end
|