[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-5-g7f1f228

Jérémy Lal kapouer at melix.org
Thu Oct 11 10:25:44 UTC 2012


The following commit has been merged in the master-experimental branch:
commit 590b9899677e398ca862b995ac51c1ab93fd664b
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue May 15 00:55:31 2012 +0200

    Update README.source on how to run tests.

diff --git a/debian/README.source b/debian/README.source
index b9c5c53..d024b52 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -19,11 +19,10 @@ RAKE TEST
 
 2. edit /etc/redmine/test/database.yml, copy 'production' section and rename it 'test' (not needed with redmine 1.2.0 configuration.yml which has the default section ?)
 
-3. gem dependencies are described in /usr/share/redmine/config/environments/test.rb.
+3. gem dependencies are listed in group :test in /usr/share/redmine/Gemfile.
    Either install matching debian packages (ruby-mocha, ruby-shoulda),
-   or, if the tests output "missing method" errors,
-   'gem install' the required versions.
-   It is usually a bad idea to install both the debian package and the gem one.
+   or, if the tests output "missing method" errors, uncomment them in Gemfile
+   and do `bundle install`.
    
 4. run tests :
     cd /usr/share/redmine

-- 
redmine.git



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