ruby-capybara 2.5.0-1 source package in Ubuntu

Changelog

ruby-capybara (2.5.0-1) unstable; urgency=medium

  * New upstream version:
    - Add compatibility with RSpec 3. (Closes: #795029)
  * Update git-buildpackage configuration.
  * Refresh patches.
  * Add a patch to inhibit tests requiring launchy.
  * Switch to debhelper compat level 9.
  * Update Vcs-Browser URL.
  * Update debian/copyright.
  * Bump Standards-Version, no changes required.

 -- Jérémy Bobbio <email address hidden>  Wed, 09 Sep 2015 11:53:36 +0200

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-capybara_2.5.0-1.dsc 2.1 KiB 6e7a2b98ae226ede00595fd94ff2c7ae7c420431e14289c6556deb9138266923
ruby-capybara_2.5.0.orig.tar.gz 116.6 KiB 2bbe3100734dfc86371e5ecb9a378d32da679388f8ae344782c2effb86aef9c1
ruby-capybara_2.5.0-1.debian.tar.gz 5.5 KiB 5e634d76c7838412ec6d89d996149834a132d34796f44245c9a4ab02b707e51c

Available diffs

No changes file available.

Binary packages built by this source

ruby-capybara: integration testing tool for Rack based web applications

 Capybara helps to test web applications based on Rack (such
 as the ones using Rails or Sinatra). It simulates how a real user would
 interact with the application. Multiple test drivers are supported
 Rack::Test comes built-in but other drivers can be added separately.