Source: ruby-rails-dom-testing Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper (>= 11~), gem2deb, ruby-activesupport (>= 2:4.2.0), ruby-nokogiri (>= 1.6.0), ruby-rails-deprecated-sanitizer (>= 1.0.1) Standards-Version: 4.3.0 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 XS-Ruby-Versions: all Package: ruby-rails-dom-testing Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-activesupport (>= 2:4.2.0), ruby-nokogiri (>= 1.6.0), ruby-rails-deprecated-sanitizer (>= 1.0.1), ${misc: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`.