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
|