diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-01-28 09:12:10 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-01-28 09:12:10 +1100 |
commit | 04842efb37d31f697f726d8bd9ae38788aa3dc5c (patch) | |
tree | 664532224fb0beaa69bb1d9b8b314227c079f267 /spec/integration/util/rdoc/parser.rb | |
parent | fcce2222b385e11992406bb4313676ba080c7ea8 (diff) | |
download | puppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.tar.gz puppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.tar.xz puppet-04842efb37d31f697f726d8bd9ae38788aa3dc5c.zip |
Fixed test error message.
Diffstat (limited to 'spec/integration/util/rdoc/parser.rb')
-rwxr-xr-x | spec/integration/util/rdoc/parser.rb | 2 |
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 |