[DRE-commits] [ruby-merb-param-protection] 03/06: add spec/ directory to load_path in debian/ruby-tests.rb (Closes #728640)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Dec 2 00:13:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-merb-param-protection.
commit 9a8905bd27dc76e21071609d29cb01ee84f8d8d6
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Dec 2 00:49:01 2013 +0100
add spec/ directory to load_path in debian/ruby-tests.rb (Closes #728640)
---
debian/ruby-tests.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index bb7f4ca..ab36f13 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,5 @@
+$: << "./spec"
+
require 'rspec/autorun'
Dir['spec/*_spec.rb'].each { |f| require f }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-merb-param-protection.git
More information about the Pkg-ruby-extras-commits
mailing list