[DRE-commits] [tmuxinator] 01/01: Fix executing tests.rake: set /home/uwabami as /tmp during test
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Dec 3 04:31:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository tmuxinator.
commit dd225fb895e7f9f68987ed60f0f138cf071a8562
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Thu Dec 3 13:31:33 2015 +0900
Fix executing tests.rake: set /home/uwabami as /tmp during test
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/ruby-tests.rake | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 1fb75fa..f6ceee3 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,3 +1,4 @@
+ENV['HOME'] = '/tmp'
require 'gem2deb/rake/spectask'
Gem2Deb::Rake::RSpecTask.new do |spec|
spec.pattern = './spec/**/*_spec.rb'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tmuxinator.git
More information about the Pkg-ruby-extras-commits
mailing list