ruby-rails-controller-testing 1.0.4-2 source package in Ubuntu

Changelog

ruby-rails-controller-testing (1.0.4-2) unstable; urgency=medium

  * Team upload
  * Source-only upload for testing migration
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Wed, 05 Feb 2020 10:57:46 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rails-controller-testing_1.0.4-2.dsc 2.3 KiB b18425c73b9fcf6b145f6c00fc9fc1e6eba2cb3491d54b742b4cedf1b193244a
ruby-rails-controller-testing_1.0.4.orig.tar.gz 17.9 KiB b20f9c41a3f221e8b36abc22de011fc56b881e51a79ee3a2f286eca1bcfeaa04
ruby-rails-controller-testing_1.0.4-2.debian.tar.xz 2.7 KiB adde964e43b634ffedffb948d00884784d2096c56b2746a64c7229b51c4a4ab9

Available diffs

No changes file available.

Binary packages built by this source

ruby-rails-controller-testing: Extracting `assigns` and `assert_template` from ActionDispatch

 This gem brings back assigns to your controller tests as well as
 assert_template to both controller and integration tests.
 .
 For projects and gems using controller tests outside of a Rails application,
 invoke the Rails::Controller::Testing.install method inside your test suite
 setup to include the required modules on controller test cases.