From 1d3f2aacb0282d1de5e9296df4706faa84bd3f67 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Fri, 16 Sep 2016 00:12:45 +0530 Subject: [PATCH] add more tests --- debian/tests/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/tests/setup b/debian/tests/setup index 8455e4b867..6fd3104c3b 100755 --- a/debian/tests/setup +++ b/debian/tests/setup @@ -34,6 +34,7 @@ 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 spec/views +sudo -u gitlab -E bundle exec rspec spec/uploaders spec/routing spec/views \ +spec/factories_spec.rb #config 2/2 failed, controllers many failed