[DRE-commits] [chef-zero] 05/08: Update tests, the runner has been renamed.
Stefano Rivera
stefano at rivera.za.net
Tue Oct 14 00:26:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository chef-zero.
commit ae849f01190fc0e624ca4c3fe38d3e5f847c9cc9
Author: Stefano Rivera <stefanor at debian.org>
Date: Thu Oct 9 16:34:09 2014 +0200
Update tests, the runner has been renamed.
---
debian/changelog | 1 +
debian/ruby-tests.rb | 2 +-
debian/tests/rspec | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 70e0654..22ce70f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ chef-zero (3.1.3-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patches.
* Now depends on ruby-uuidtools.
+ * Update tests, the runner has been renamed.
-- Stefano Rivera <stefanor at debian.org> Thu, 09 Oct 2014 16:02:11 +0200
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index ee0124a..03773fb 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,4 @@
require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
ENV['SKIP_PEDANT'] = '1'
-exec("#{ruby} -I. spec/run.rb")
+exec("#{ruby} -I. spec/run_pedant.rb")
diff --git a/debian/tests/rspec b/debian/tests/rspec
index 2504b00..a515ad5 100755
--- a/debian/tests/rspec
+++ b/debian/tests/rspec
@@ -6,4 +6,4 @@ cp -a spec "$ADTTMP"
cd "$ADTTMP"
export SKIP_PEDANT=1
-ruby spec/run.rb
+ruby spec/run_pedant.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/chef-zero.git
More information about the Pkg-ruby-extras-commits
mailing list