1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ruby-rails-dom-testing
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
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`.
|