Closed sandrods closed 7 months ago
Please?
class ActiveSupport::TestCase
include Capybara::Select2
include Capybara::Selectors::TagSelector
end
For me it was the following:
class Capybara::Rails::TestCase
include CapybaraSelect2
end
Hi,
I'm trying to use capybara-select with
minitest-rails-capybara
with no success.Could you point me into the direction on how to configure capybara-select2 to be included into minitest?
TIA