[DRE-commits] [SCM] ruby-text-table.git branch, master, updated. upstream/1.2.2-8-g9291887

Cédric Boutillier boutil at debian.org
Mon Dec 10 06:50:22 UTC 2012


The following commit has been merged in the master branch:
commit 581beae74cfb32713eb6f743357d67be6e8ef570
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Dec 10 06:26:25 2012 +0100

    use rake to run the tests

diff --git a/debian/control b/debian/control
index 8e6ffcc..3dd3695 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-text-table.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-text-table.git;a=summary
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 36fe46c..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- spec/spec_helper.rb
-- spec/cell_spec.rb
-- spec/table_spec.rb
-- spec/enumerable_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-text-table.git



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