[DRE-commits] [SCM] ruby-hashie.git branch, master, updated. upstream/1.2.0-4-g7bb6294

Praveen Arimbrathodiyil praveen at debian.org
Wed Oct 31 11:09:22 UTC 2012


The following commit has been merged in the master branch:
commit 7059158ec9e06593aa51a6b578c3d2fd41c8630d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Oct 31 16:37:38 2012 +0530

    add ruby-tests.rake

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-hashie.git



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