[DRE-commits] [ruby-fast-gettext] 02/05: skip safe mode test

Dmitry Borodaenko angdraug at moszumanska.debian.org
Sat Oct 18 20:00:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

angdraug pushed a commit to branch patch-queue/master
in repository ruby-fast-gettext.

commit 331d330f9b83e54119e6fcc9254a25811f09a2ac
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sun Jan 8 16:00:44 2012 +0300

    skip safe mode test
    
    This test produces a false negative when run under /tmp, making it
    impossible to build this package with cowbuilder and the like.
---
 spec/fast_gettext/translation_repository/mo_spec.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/spec/fast_gettext/translation_repository/mo_spec.rb b/spec/fast_gettext/translation_repository/mo_spec.rb
index baca690..85135db 100644
--- a/spec/fast_gettext/translation_repository/mo_spec.rb
+++ b/spec/fast_gettext/translation_repository/mo_spec.rb
@@ -49,10 +49,4 @@ describe 'FastGettext::TranslationRepository::Mo' do
     rep['car'].should == 'Test'#just check it is loaded correctly
     rep.pluralisation_rule.call(2).should == 3
   end
-
-  it "can work in SAFE mode" do
-    pending_if RUBY_VERSION > "2.0" do
-      `ruby spec/cases/safe_mode_can_handle_locales.rb 2>&1`.should == 'true'
-    end
-  end
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fast-gettext.git



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