Add some more commentary why test is disabled
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/588d83e4 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/588d83e4 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/588d83e4 Branch: refs/heads/master Commit: 588d83e493f9fd7c9637a847eb2194fa04b7a4a6 Parents: 84b3ecb Author: Peter Donald <[email protected]> Authored: Sun May 22 20:41:55 2016 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 22 20:41:55 2016 +1000 ---------------------------------------------------------------------- spec/addon/custom_pom_spec.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/588d83e4/spec/addon/custom_pom_spec.rb ---------------------------------------------------------------------- diff --git a/spec/addon/custom_pom_spec.rb b/spec/addon/custom_pom_spec.rb index 1d0c146..088cd36 100644 --- a/spec/addon/custom_pom_spec.rb +++ b/spec/addon/custom_pom_spec.rb @@ -21,7 +21,11 @@ if false require File.expand_path('../spec_helpers', File.dirname(__FILE__)) require File.expand_path(File.join(File.dirname(__FILE__), '..', 'xpath_matchers')) -Sandbox.require_optional_extension 'buildr/custom_pom' +# Next line should work but does not +#Sandbox.require_optional_extension 'buildr/custom_pom' + +# Next line should not be used but is required +require 'buildr/custom_pom' describe Buildr::CustomPom do
