1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Er, *actually* enable the messages_tests for mocks.

This commit is contained in:
Ash Wilson 2014-01-20 17:32:29 -05:00
parent d7f574978b
commit 2973afc7a9

View file

@ -10,7 +10,7 @@ Shindo.tests('Fog::Rackspace::Queues | messages', ['rackspace']) do
:body => "blah"
}
collection_tests(queue.messages, options, false)
collection_tests(queue.messages, options)
queue.destroy
end