Skip to content

Commit

Permalink
14595 - plugin packager / info doesn't handle absent DDL files well
Browse files Browse the repository at this point in the history
maint : fix failing tests
  • Loading branch information
ploubser authored and ripienaar committed May 22, 2012
1 parent 7970b13 commit 2431708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/pluginpackager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module MCollective
Dir.stubs(:glob).returns('')
expect{
PluginPackager.get_metadata("/tmp", "foo")
}.to raise_error RuntimeError, "failed to load ddl file in plugin directory"
}.to raise_error RuntimeError
end

it "should load the ddl file and return the metadata" do
Expand Down

0 comments on commit 2431708

Please sign in to comment.