File: pending_examples.patch

package info (click to toggle)
ruby-guard 2.18.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: ruby: 9,256; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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