[DRE-commits] [ruby-devise] 14/43: changed spec to test in debian/ruby-tests.rb, tests fail
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 21 13:11:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-devise.
commit dc854662947f71baf8d389f7dab1fc87e2220251
Author: markus tornow <tornow at riseup.net>
Date: Mon Nov 19 16:39:11 2012 +0100
changed spec to test in debian/ruby-tests.rb, tests fail
---
debian/ruby-tests.rb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 967bf5c..f5f871c 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,10 +1,9 @@
-# FIXME
# there's a spec/ or a test/ directory in the upstream source, but
# no test suite was defined in the Gem specification. It would be
# a good idea to define it here so the package gets tested at build time.
# Examples:
$: << 'lib' << '.'
-Dir['{spec}/**/*.rb'].each { |f| require f }
+Dir['{test}/**/*.rb'].each { |f| require f }
#
# require 'test/ts_foo.rb'
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-devise.git
More information about the Pkg-ruby-extras-commits
mailing list