[DRE-commits] [SCM] ruby-fast-gettext.git branch, master, updated. upstream/0.6.6-22-g4810852

Dmitry Borodaenko angdraug at debian.org
Sat May 12 15:37:25 UTC 2012


The following commit has been merged in the master branch:
commit 48108529e6bcc64847d7812f27c63a95cf0c70cb
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sat May 12 18:37:14 2012 +0300

    another rearranging of unit tests

diff --git a/debian/changelog b/debian/changelog
index 0653b93..6d491ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-fast-gettext (0.6.7-1) unstable; urgency=low
 
   * New upstream version.
   * Upstream changed license from public domain to MIT (Expat).
+  * Another rearranging of unit tests.
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Sat, 12 May 2012 14:22:20 +0300
 
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index f6f2e7f..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
---- 
-- spec/aa_unconfigued_spec.rb
-- spec/fast_gettext/mo_file_spec.rb
-- spec/fast_gettext/po_file_spec.rb
-- spec/fast_gettext/storage_spec.rb
-- spec/fast_gettext/translation_repository/base_spec.rb
-- spec/fast_gettext/translation_repository/chain_spec.rb
-- spec/fast_gettext/translation_repository/db_spec.rb
-- spec/fast_gettext/translation_repository/logger_spec.rb
-- spec/fast_gettext/translation_repository/mo_spec.rb
-- spec/fast_gettext/translation_repository/po_spec.rb
-- spec/fast_gettext/translation_repository/yaml_spec.rb
-- spec/fast_gettext/translation_repository_spec.rb
-- spec/fast_gettext/translation_spec.rb
-- spec/fast_gettext/vendor/iconv_spec.rb
-- spec/fast_gettext/vendor/string_spec.rb
-- spec/fast_gettext_spec.rb
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..8fd6337
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,2 @@
+$: << 'spec'
+Dir['spec/**/*_spec.rb'].each { |f| require f }

-- 
ruby-fast-gettext.git



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