[DRE-commits] [SCM] ruby-dataobjects.git branch, master, updated. upstream/0.10.8-26-g5b3abf2

Antonio Terceiro terceiro at debian.org
Sat Apr 14 19:40:38 UTC 2012


The following commit has been merged in the master branch:
commit 5b3abf2318a16876b56cff1bd13c1c9ec5ced7e1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Apr 14 16:35:25 2012 -0300

    Run tests with rake

diff --git a/debian/control b/debian/control
index b8a80f8..740ca20 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <deepak at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3), ruby-addressable (>= 2.1), ruby-rspec (>=2.5)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3), ruby-addressable (>= 2.1), ruby-rspec (>=2.5), rake
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects.git;a=summary
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 68331a2..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 
-- spec/command_spec.rb
-- spec/connection_spec.rb
-- spec/do_mock.rb
-- spec/do_mock2.rb
-- spec/pooling_spec.rb
-- spec/reader_spec.rb
-- spec/result_spec.rb
-- spec/spec_helper.rb
-- spec/transaction_spec.rb
-- spec/uri_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-dataobjects.git



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