[DRE-commits] [ruby-rspec-longrun] 04/07: use the rake method to run the specs

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 22 07:50:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-rspec-longrun.

commit ae9404246407f9bb1c987295c5c09599ed65e5b1
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Sep 22 08:56:00 2013 +0200

    use the rake method to run the specs
---
 debian/ruby-test-files.yaml |    2 --
 debian/ruby-tests.rake      |    5 +++++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 9233bc4..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-- spec/rspec/longrun/formatter_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-rspec-longrun.git



More information about the Pkg-ruby-extras-commits mailing list