Comment 0 for bug 1312054

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

1)There is a typo in rspec tests for glance::notify::rabbitmq causing the "when passing params" stanza being skipped (ignored).
To reproduce this, just run spec tests and count the # of test cases for glance_notify_rabbitmq_spec.rb - it would be 11, but as you can see, there are more.

2)Default test cases should be wrapped by the corresponding 'describe do' stanza as well.