ruby-rails-dom-testing 2.0.3-3 source package in Ubuntu

Changelog

ruby-rails-dom-testing (2.0.3-3) unstable; urgency=medium

  * Re-upload to unstable
  * Bump Standards-Version to 4.3.0 (no changes needed)

 -- Sruthi Chandran <email address hidden>  Thu, 03 Jan 2019 22:12:08 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rails-dom-testing_2.0.3-3.dsc 2.2 KiB 56d020963d9a090d08be6050f41698a04f3894fac35e650c8dbc3bf3fec9397a
ruby-rails-dom-testing_2.0.3.orig.tar.gz 10.6 KiB f2ff360da1c2565fe709195dcf9f4131bca5775a966968c332e1f5b3859d1cb1
ruby-rails-dom-testing_2.0.3-3.debian.tar.xz 2.3 KiB 8596caacceef4403902a1fe51db73f686d9e497dfaa503d1188298cfb9bde2a7

Available diffs

No changes file available.

Binary packages built by this source

ruby-rails-dom-testing: 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`.