[DRE-commits] [pry] 11/12: debian/ruby-tests.rake: set $EDITOR, expected by the test suite
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Mar 1 21:51:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pry.
commit e9c1624f983bb2424ce11e3895b27764f098cee6
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Mar 1 18:44:11 2016 -0300
debian/ruby-tests.rake: set $EDITOR, expected by the test suite
---
debian/changelog | 1 +
debian/ruby-tests.rake | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e38c935..cbc7458 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pry (0.10.3-1) UNRELEASED; urgency=medium
* Refresh patches
* Update packaging with a new dh-make-ruby run
* Add build-dependency on gist and ruby-slop (used in the test suite)
+ * debian/ruby-tests.rake: set $EDITOR, expected by the test suite
-- Antonio Terceiro <terceiro at debian.org> Tue, 01 Mar 2016 17:47:42 -0300
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..641ca62 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,7 @@
require 'gem2deb/rake/spectask'
+ENV['EDITOR'] = '/bin/true'
+
Gem2Deb::Rake::RSpecTask.new do |spec|
spec.pattern = './spec/**/*_spec.rb'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pry.git
More information about the Pkg-ruby-extras-commits
mailing list