Welcome to mirror list, hosted at ThFree Co, Russian Federation.

view_component.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9166a06fc8c69b870b6ed46e4aab042f34d20a42 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true
require 'view_component/test_helpers'

RSpec.configure do |config|
  config.include ViewComponent::TestHelpers, type: :component
  config.include Capybara::RSpecMatchers, type: :component
end