Source: ruby-rails-dom-testing
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-ruby,
               gem2deb
Build-Depends-Indep: rake,
                     ruby-activesupport,
                     ruby-minitest,
                     ruby-nokogiri
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-dom-testing.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-dom-testing
Homepage: https://github.com/rails/rails-dom-testing
Testsuite: autopkgtest-pkg-ruby
Standards-Version: 4.7.2

Package: ruby-rails-dom-testing
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: SOM and Selector assertions for Rails applications
 This package provides test assertions for dealing with HTML content. DOM trees
 can be tested using `assert_dom_equal` and `assert_dom_not_equal`, and HTML
 elements can be tested using `assert_select`, `assert_select_encoded`,
 `assert_select_email`, and selected with `css_select`.
