[DRE-commits] [ruby-fog-core] 06/08: use ruby-tests.rake, update build deps
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Apr 10 11:39:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-core.
commit a14b509bfdafd43bd03bff40950ab7c48ad2a74b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Apr 10 17:02:53 2015 +0530
use ruby-tests.rake, update build deps
---
debian/control | 4 ++--
debian/ruby-tests.rake | 7 +++++++
debian/ruby-tests.rb | 1 -
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 19f1e22..3568c0c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.4~), ruby-shindo,
- ruby-builder, ruby-excon, ruby-formatador, ruby-mime-types
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.4~), ruby-builder,
+ ruby-excon, ruby-formatador, ruby-mime-types, ruby-rspec, ruby-minitest
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-core.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-core.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..dcc1601
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
+end
+
+task :default => :spec
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 534982f..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1 +0,0 @@
-exec("shindo")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-core.git
More information about the Pkg-ruby-extras-commits
mailing list