[DRE-commits] [ruby-omniauth-facebook] 01/03: Simplify debian/ruby-tests.rb to require the unique test file test/test.rb
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Jul 21 18:39:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-omniauth-facebook.
commit a16e04b5541b1e64c8f409f5d330408fc50b0985
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Jul 21 20:20:09 2014 +0200
Simplify debian/ruby-tests.rb to require the unique test file test/test.rb
---
debian/changelog | 7 +++++++
debian/ruby-tests.rb | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a2904b8..04475de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-omniauth-facebook (1.6.0-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Simplify debian/ruby-tests.rb to require the unique test file test/test.rb
+
+ -- Cédric Boutillier <boutil at debian.org> Mon, 19 May 2014 23:54:02 +0200
+
ruby-omniauth-facebook (1.6.0-1) unstable; urgency=low
* Initial release (Closes: #705766)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index e2b5dd2..63477ae 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,3 @@
$: << 'test' << '.'
-Dir['{spec,test}/**/*.rb'].each { |f| require f }
+
+require './test/test'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-facebook.git
More information about the Pkg-ruby-extras-commits
mailing list