[DRE-commits] [SCM] ruby-http-parser.rb.git branch, master, updated. upstream/0.5.3-21-gb0f8f0b

Per Andersson avtobiff at gmail.com
Mon Jun 17 21:53:15 UTC 2013


The following commit has been merged in the master branch:
commit f6043f7ec917b28c61a2c15a7a2e391fb6d1201d
Author: Per Andersson <avtobiff at gmail.com>
Date:   Mon Jun 17 02:02:40 2013 +0200

    Run tests by calling rake

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index 89a753d..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
-end
-
-task :default => :spec
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..1e56d72
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+exec("rake spec")

-- 
ruby-http-parser.rb.git



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