summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-01-28 09:12:10 +1100
committerJames Turnbull <james@lovedthanlost.net>2010-01-28 09:12:10 +1100
commit04842efb37d31f697f726d8bd9ae38788aa3dc5c (patch)
tree664532224fb0beaa69bb1d9b8b314227c079f267
parentfcce2222b385e11992406bb4313676ba080c7ea8 (diff)
downloadpuppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.tar.gz
puppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.tar.xz
puppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.zip
Fixed test error message.
-rwxr-xr-xspec/integration/util/rdoc/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/util/rdoc/parser.rb b/spec/integration/util/rdoc/parser.rb
index 1dd36c699..dcb9ae781 100755
--- a/spec/integration/util/rdoc/parser.rb
+++ b/spec/integration/util/rdoc/parser.rb
@@ -46,7 +46,7 @@ describe RDoc::Parser do
end
it "should get a PuppetClass for the main class" do
- @parser.scan.classes[0].should be_a RDoc::PuppetClass
+ @parser.scan.classes[0].should be_a(RDoc::PuppetClass)
end
it "should produce a PuppetClass whose name is test" do