[DRE-commits] [test-kitchen] 06/13: Disable test failing under Gem2Deb::Rake::TestTask

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:55 UTC 2016


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

tsfgnu-guest pushed a commit to branch patch-queue/master
in repository test-kitchen.

commit 885eddf322e0ceaec68aaf334dfb1eb2a8879b5c
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Jun 30 20:38:47 2015 +0300

    Disable test failing under Gem2Deb::Rake::TestTask
    
      This test will fail if invoked using Gem2Deb::Rake::TestTask, but it
      will succeed if invoked using Rake::TestTask.
---
 spec/kitchen_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/kitchen_spec.rb b/spec/kitchen_spec.rb
index d21d8d9..5019d49 100644
--- a/spec/kitchen_spec.rb
+++ b/spec/kitchen_spec.rb
@@ -68,7 +68,7 @@ describe "Kitchen" do
   it ".source_root returns the root path of the gem" do
     Kitchen.source_root.
       must_equal Pathname.new(File.expand_path("../..", __FILE__))
-  end
+  end if false
 
   it ".default_logger is a Kitchen::Logger" do
     Kitchen.default_logger.must_be_instance_of Kitchen::Logger

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



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