[DRE-commits] [ruby-fog-brightbox] 05/07: use debian-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 20 06:40:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-brightbox.
commit a601c50cd4c78c547c9c854084649001386b3c07
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Apr 20 12:06:52 2014 +0530
use debian-tests.rake
---
debian/ruby-test-files.yaml | 2 --
debian/ruby-tests.rake | 9 +++++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 53435e4..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-- spec/fog/compute/brightbox_spec.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..4c9c60e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,9 @@
+require 'rake/testtask'
+Rake::TestTask.new(:minitest) do |test|
+ test.test_files = FileList["spec/**/*_spec.rb"]
+ test.verbose = false
+ test.warning = false
+end
+
+
+task :default => [:minitest]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-brightbox.git
More information about the Pkg-ruby-extras-commits
mailing list