Method: TestSqs#test_01_create_queue
- Defined in:
- test/sqs_test.rb
#test_01_create_queue ⇒ Object
Aws::SqsInterface
35 36 37 38 |
# File 'test/sqs_test.rb', line 35 def test_01_create_queue queue_url = @sqs.create_queue @queue_name assert queue_url[/http.*#{@queue_name}/], 'New queue creation failed' end |