[DRE-commits] [SCM] ruby-rspec-rails.git branch, master, updated. upstream/2.10.1-4-g93ccea7

Cédric Boutillier boutil at debian.org
Wed Mar 13 13:08:10 UTC 2013


The following commit has been merged in the master branch:
commit e12f796b24d8c5f6a8325d5ee85176b8684d0276
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Mar 12 19:34:58 2013 +0100

    run only specs in the rspec subdir; forget about autotest

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 4bb6de6..44758ea 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,8 +1,7 @@
-# Not running tests as it has a circular dependency on ammeter
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+  spec.pattern      = './spec/rspec/**/*_spec.rb'
 end
 
 task :default => :spec

-- 
ruby-rspec-rails.git



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