mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
parent
e8dac5e45d
commit
ee3ec69e54
9 changed files with 404 additions and 132 deletions
8
spec/support/capybara.rb
Normal file
8
spec/support/capybara.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require_relative 'macros/capybara'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.include CapybaraViewMacros, type: :view
|
||||
config.include CapybaraViewMacros, type: :presenter
|
||||
end
|
||||
|
||||
Capybara.javascript_driver = :poltergeist
|
Loading…
Add table
Add a link
Reference in a new issue