Description: pending examples
Author: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Forwarded: not-needed
Last-Update: 2017-11-28

--- a/spec/lib/guard/plugin_util_spec.rb
+++ b/spec/lib/guard/plugin_util_spec.rb
@@ -18,7 +18,7 @@
     allow(Guard::Guardfile::Evaluator).to receive(:new).and_return(evaluator)
   end
 
-  describe ".plugin_names" do
+  xdescribe ".plugin_names" do
     before do
       spec = Gem::Specification
       gems = [
@@ -227,7 +227,7 @@
       allow(evaluator).to receive(:evaluate)
     end
 
-    context "when the Guard is already in the Guardfile" do
+    xcontext "when the Guard is already in the Guardfile" do
       before do
         allow(evaluator).to receive(:guardfile_include?) { true }
       end
