summaryrefslogtreecommitdiffstats
path: root/spec/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit')
-rwxr-xr-xspec/unit/indirector/facts/couch_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/indirector/facts/couch_spec.rb b/spec/unit/indirector/facts/couch_spec.rb
index 013fa3c33..b6477bafe 100755
--- a/spec/unit/indirector/facts/couch_spec.rb
+++ b/spec/unit/indirector/facts/couch_spec.rb
@@ -6,7 +6,7 @@ require 'puppet/indirector/facts/couch'
describe "Puppet::Node::Facts::Couch" do
describe "when couchdb is not available", :unless => Puppet.features.couchdb? do
- it "should fail to initialize" do
+ it "should fail to initialize", :'fails_in_ruby_1.9.2' => true do
lambda { Puppet::Node::Facts::Couch.new }.should raise_error
end
end