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

Changelog

ruby-rails-controller-testing (1.0.5-2) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Daniel Leidert ]
  * d/patches/disable-relative-template-test-cases.patch: Add patch.
    - Fix tests with Rails 6.1.
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Tue, 30 Nov 2021 03:55:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rails-controller-testing_1.0.5-2.dsc 2.3 KiB 1d8ed6445c2312618b9dab775bdda62f85dcffabe1efe4e264c5e15eff4aba72
ruby-rails-controller-testing_1.0.5.orig.tar.gz 38.3 KiB 92a50fa8fab808a56de63311a0f8b0e11a49a286b2eb35e547e0263206199c63
ruby-rails-controller-testing_1.0.5-2.debian.tar.xz 3.6 KiB 01f4e7503096db4b1cc269b9d37053184e48e32b93af54a7bc7042b0fc85480f

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.