mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 01:17:18 +02:00
8 lines
214 B
Ruby
8 lines
214 B
Ruby
require_relative 'macros/capybara'
|
|
|
|
RSpec.configure do |config|
|
|
config.include CapybaraViewMacros, type: :view
|
|
config.include CapybaraViewMacros, type: :presenter
|
|
end
|
|
|
|
Capybara.javascript_driver = :poltergeist
|