[DRE-commits] [ruby-celluloid-io] 01/01: Fix unit tests
Miguel Landaeta
nomadium at moszumanska.debian.org
Fri Aug 1 21:31:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-celluloid-io.
commit 4501856c2ac0d1bdb309ac6f4982a65a118096a1
Author: Miguel Landaeta <nomadium at debian.org>
Date: Fri Aug 1 18:17:34 2014 -0300
Fix unit tests
---
debian/changelog | 2 +-
debian/ruby-tests.rake | 7 +++++++
debian/rules | 4 ----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 32cc267..a84bc5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ ruby-celluloid-io (0.15.0-1) unstable; urgency=medium
* Initial release. (Closes: #756148)
- -- Miguel Landaeta <nomadium at debian.org> Sat, 26 Jul 2014 13:36:26 -0300
+ -- Miguel Landaeta <nomadium at debian.org> Fri, 01 Aug 2014 18:16:43 -0300
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
diff --git a/debian/rules b/debian/rules
index 41a76bd..3278269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
-override_dh_auto_test:
- dh_auto_test
- rake spec
-
override_dh_auto_clean:
dh_auto_clean
rm -rf log/*.log coverage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-celluloid-io.git
More information about the Pkg-ruby-extras-commits
mailing list