[DRE-commits] [SCM] ruby-em-http-request.git branch, master, updated. debian/0.3.0-1-9-g80600ae

Praveen Arimbrathodiyil praveen at debian.org
Sun Nov 18 11:19:42 UTC 2012


The following commit has been merged in the master branch:
commit 80600ae01c6d86028cf838b615504aa6814193c9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 18 15:59:27 2012 +0530

    use ruby-tests.rake

diff --git a/debian/changelog b/debian/changelog
index c1acdfc..5ffcf01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-em-http-request (1.0.3-1) experimental; urgency=low
   * New upstream release
   * Refresh patch (disable_rubygems->disable-rubygems.patch)
   * Remove spec_adjust_require patch
+  * Use ruby-tests.rake
 
  -- Praveen Arimbrathodiyil <praveen at debian.org>  Sun, 18 Nov 2012 15:20:41 +0530
 
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 809169f..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
---- 
-- spec/encoding_spec.rb
-- spec/mock_spec.rb
-- spec/multi_spec.rb
-- spec/request_spec.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

-- 
ruby-em-http-request.git



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