[DRE-commits] [ruby-github-markup] 01/02: use require instead of exec
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Dec 6 14:28:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-github-markup.
commit 2a84460fb68de13d6e1ef4cd5b4860204d040742
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Dec 6 19:53:14 2015 +0530
use require instead of exec
---
debian/ruby-tests.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 776272e..b6577fa 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1 @@
-exec("rake")
+require 'test/markup_test.rb'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-markup.git
More information about the Pkg-ruby-extras-commits
mailing list