mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
6 lines
171 B
Ruby
6 lines
171 B
Ruby
require_relative 'macros/capybara'
|
|
|
|
RSpec.configure do |config|
|
|
config.include CapybaraViewMacros, type: :view
|
|
config.include CapybaraViewMacros, type: :presenter
|
|
end
|