Method: TestSqs#setup
- Defined in:
- test/sqs_test.rb
#setup ⇒ Object
7 8 9 10 11 12 |
# File 'test/sqs_test.rb', line 7 def setup @sqs = Aws::SqsInterface.new(TestCredentials.aws_access_key_id, TestCredentials.aws_secret_access_key) @queue_name = 'sqs_test_queue' # for classes @s = Aws::Sqs.new(TestCredentials.aws_access_key_id, TestCredentials.aws_secret_access_key) end |