[DRE-commits] [SCM] ruby-simple-oauth.git branch, master, updated. upstream/0.1.5-22-ge9cb5cd

Praveen Arimbrathodiyil praveen at debian.org
Fri May 17 22:57:03 UTC 2013


The following commit has been merged in the master branch:
commit 7f11b904c698d185ae8dd62517da53662c1ef11e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 18 04:05:05 2013 +0530

    use 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
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 82f51bc..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-$: << 'test'
-
-require 'test/simple_oauth_test.rb'

-- 
ruby-simple-oauth.git



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