lib/decidim/dev/test/rspec_support/react_select.rb in decidim-dev-0.14.4 vs lib/decidim/dev/test/rspec_support/react_select.rb in decidim-dev-0.15.0

- old
+ new

@@ -21,5 +21,9 @@ expect(page).to have_css(".Select-value-label", text: value) end end end end + +RSpec.configure do |config| + config.include Capybara::ReactSelect, type: :system +end