[DRE-commits] [ruby-rails-timeago] 05/06: add ruby-rspec to test depends, do load test
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Jan 10 09:49:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-rails-timeago.
commit be96bd6d36430a2b72e78edaf3e7ecc6c95c85a7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Jan 10 15:08:25 2015 +0530
add ruby-rspec to test depends, do load test
---
debian/changelog | 2 ++
debian/tests/control | 7 +++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 234d518..7008db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-rails-timeago (2.11.1-2) UNRELEASED; urgency=medium
* Copy lib/assets to /usr/share (Closes: #770864)
* Bump standards version to 3.9.6 (no changes)
+ * Add ruby-rspec to test depends
+ * Add a simple load test
-- Pirate Praveen <praveen at debian.org> Sat, 10 Jan 2015 14:56:23 +0530
diff --git a/debian/tests/control b/debian/tests/control
index ba12c70..1c882ac 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,9 +1,8 @@
Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, gem2deb-test-runner
+Depends: @, gem2deb-test-runner, ruby-rspec
#FIXME: add to Depends ruby-rspec, ruby-test-unit... if needed
#Restrictions: allow-stderr
-#FIXME: replace LIB by the name of the main file of the library
-#Test-Command: ruby -r LIB -e "puts true"
-#Depends: @
+Test-Command: ruby -r rails-timeago -e "puts true"
+Depends: @
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rails-timeago.git
More information about the Pkg-ruby-extras-commits
mailing list