Corrected incorrectly named method

This commit is contained in:
John Dewey
2013-05-06 20:56:32 -07:00
parent 9c3994bcbe
commit 414a57935d
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ require "chefspec"
:log_level => ::LOG_LEVEL
}
def glance_stubs
def cinder_stubs
::Chef::Recipe.any_instance.stub(:config_by_role).
with("rabbitmq-server", "queue").and_return(
{'host' => 'rabbit-host', 'port' => 'rabbit-port'}