[DRE-commits] [ruby-rainbow] 01/03: changed d/ruby-tests.rb to d/ruby-tests.rake

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Thu Jan 2 06:59:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

niteshjain-guest pushed a commit to branch master
in repository ruby-rainbow.

commit d2ce917a596daf685b1a67735e5d00b5d4e2133c
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Thu Jan 2 12:27:46 2014 +0530

    changed d/ruby-tests.rb to d/ruby-tests.rake
---
 debian/ruby-tests.rake | 7 +++++++
 debian/ruby-tests.rb   | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..8a31158
--- /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/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index d870da1..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-ENV['CLICOLOR_FORCE']='1'
-require 'test/rainbow_test'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rainbow.git



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