[DRE-commits] [ruby-descendants-tracker] 05/07: use the rake method to run the tests
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Feb 28 14:50:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-descendants-tracker.
commit 77efb6d1ec8e30237dc811a043bdfdf02f872011
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Feb 28 15:42:05 2014 +0100
use the rake method to run the tests
---
debian/ruby-test-files.yaml | 4 ----
debian/ruby-tests.rake | 5 +++++
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 7a37889..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- spec/unit/descendants_tracker/add_descendant_spec.rb
-- spec/unit/descendants_tracker/descendants_spec.rb
-- spec/unit/descendants_tracker/inherited_spec.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..70a846d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-descendants-tracker.git
More information about the Pkg-ruby-extras-commits
mailing list