[DRE-commits] [gitlab] 02/03: add controllers to spec.pattern

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 2 06:08:44 UTC 2016


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

praveen pushed a commit to branch master
in repository gitlab.

commit d0178113b24edffcbd106470c06da35af5f5b423
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Oct 2 11:34:12 2016 +0530

    add controllers to spec.pattern
---
 debian/tests/spec.rake | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/tests/spec.rake b/debian/tests/spec.rake
index 5b1b9f1..8941ea8 100644
--- a/debian/tests/spec.rake
+++ b/debian/tests/spec.rake
@@ -1,5 +1,15 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = FileList['spec/uploaders/*_spec.rb', 'spec/routing/**/*_spec.rb', 'spec/views/**/*_spec.rb', 'spec/factories_spec.rb', 'spec/finders/**/*_spec.rb'] 
+  spec.pattern = FileList[
+  'spec/controllers/*_spec.rb',
+  'spec/uploaders/*_spec.rb',
+  'spec/routing/**/*_spec.rb',
+  'spec/views/**/*_spec.rb',
+  'spec/factories_spec.rb',
+  'spec/finders/**/*_spec.rb'
+] - FileList[
+  'spec/controllers/registrations_controller_spec.rb',
+  'spec/controllers/health_check_controller_spec.rb'
+]
 end

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



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