[DRE-commits] [gitlab] 01/02: update tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 15 18:43:11 UTC 2016


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

praveen pushed a commit to branch tests
in repository gitlab.

commit 3639372421cb4308a85c7cca1aef370dc34054e3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Sep 16 00:02:48 2016 +0530

    update tests
---
 debian/tests/control | 5 +++--
 debian/tests/setup   | 5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 5daca8a..be2b2c5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -17,6 +17,7 @@ Depends: @,
   #ruby-poltergeist,
   #ruby-capybara-screenshot,
   ruby-database-cleaner,
-  #ruby-email-spec
-  #ruby-ffaker
+  #ruby-email-spec,
+  #ruby-ffaker,
+  ruby-json-schema
 Restrictions: needs-recommends
diff --git a/debian/tests/setup b/debian/tests/setup
index f5154bf..8455e4b 100755
--- a/debian/tests/setup
+++ b/debian/tests/setup
@@ -27,10 +27,13 @@ gem 'capybara-screenshot', '~> 1.0'
 gem 'database_cleaner',   '~> 1.5'
 gem 'email_spec', '~> 1.6'
 gem 'ffaker', '~> 2.0'
+gem 'json-schema', '~> 2.6', '>= 2.6.2'
 EOF
   sudo cp ${ADTTMP}/Gemfile .
 fi
 
 export $(cat /etc/gitlab/gitlab-debian.conf)
 sudo -u gitlab -E bundle install --local
-sudo -u gitlab -E bundle exec rspec spec/uploaders/ spec/routing/
+sudo -u gitlab -E bundle exec rspec spec/uploaders spec/routing spec/views 
+
+#config 2/2 failed, controllers many failed

-- 
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