[DRE-commits] [SCM] ruby-aruba.git branch, master, updated. upstream/0.5.1-13-gf508bac

Praveen Arimbrathodiyil praveen at debian.org
Thu May 9 18:32:17 UTC 2013


The following commit has been merged in the master branch:
commit 76ee622d2de9af86c56f0ff71ac3eccbbfcd5e31
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 9 23:48:25 2013 +0530

    use ruby-tests.rake

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index c3998a5..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
---- 
-- spec/aruba/api_spec.rb
-- spec/aruba/hooks_spec.rb
-- spec/aruba/jruby_spec.rb
-- spec/aruba/process_spec.rb
-- spec/spec_helper.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-aruba.git



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