update changelog

This commit is contained in:
Praveen Arimbrathodiyil 2016-11-30 22:53:42 +05:30
parent 81752befcb
commit fb3c87aa9e
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
gitlab (8.13.6+dfsg2-2) UNRELEASED; urgency=medium
* Enable more tests
-- Pirate Praveen <praveen@debian.org> Wed, 30 Nov 2016 22:53:30 +0530
gitlab (8.13.6+dfsg2-1) unstable; urgency=medium
* Run tests with RAILS_ENV=test

View file

@ -6,7 +6,7 @@ Gem2Deb::Rake::RSpecTask.new do |spec|
'spec/config/**/*_spec.rb',
'spec/controllers/*_spec.rb',
'spec/factories_spec.rb',
'spec/finders/**/*_spec.rb'
'spec/finders/**/*_spec.rb',
'spec/routing/**/*_spec.rb',
'spec/tasks/**/*_spec.rb',
'spec/uploaders/*_spec.rb',