[DRE-commits] [ruby-http] 03/06: use ruby-tests.rake

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 3 10:11:21 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-http.

commit 23c66c2d387d3b49ec19455f3cabd6cb355bd77d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 3 15:24:13 2014 +0530

    use ruby-tests.rake
---
 debian/ruby-test-files.yaml | 17 -----------------
 debian/ruby-tests.rake      |  7 +++++++
 2 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 6bd2926..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- spec/http/options/body_spec.rb
-- spec/http/options/callbacks_spec.rb
-- spec/http/options/form_spec.rb
-- spec/http/options/headers_spec.rb
-- spec/http/options/merge_spec.rb
-- spec/http/options/new_spec.rb
-- spec/http/options/proxy_spec.rb
-- spec/http/options/response_spec.rb
-- spec/http/options_spec.rb
-- spec/http/request_spec.rb
-- spec/http/request_stream_spec.rb
-- spec/http/response_spec.rb
-- spec/http_spec.rb
-- spec/spec_helper.rb
-- spec/support/example_server.rb
-- spec/support/proxy_server.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..89a753d
--- /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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git



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