update tests
This commit is contained in:
parent
6550c2551f
commit
3639372421
2 changed files with 7 additions and 3 deletions
5
debian/tests/control
vendored
5
debian/tests/control
vendored
|
@ -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
|
||||
|
|
5
debian/tests/setup
vendored
5
debian/tests/setup
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue