# File lib/moqueue/matchers.rb, line 99 def have_received_exact_routing_key(expected_key) HasExactRoutingKey.new(expected_key) end