[DRE-commits] [SCM] ruby-mixlib-authentication.git branch, master, updated. upstream/1.1.4-7-g21079e3

Paul van Tilburg paulvt at debian.org
Thu May 17 11:56:04 UTC 2012


The following commit has been merged in the master branch:
commit bc4bec344919998a03ceea68cebc6d7de864cf60
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Thu May 17 13:50:59 2012 +0200

    Added debian/ruby-tests.rake to run the RSpec tests

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..5ba57b6
--- /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-mixlib-authentication.git



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