Skip to content

Commit

Permalink
Move specs that have dependencies on AWS resources to deployed suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Aug 20, 2018
1 parent 76dee4b commit 154c245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'
require 'securerandom'

describe ActiveElasticJob::MD5MessageDigestCalculation do
describe ActiveElasticJob::MD5MessageDigestCalculation, :deployed => true do
let(:queue_name) { "ActiveElasticJob-integration-testing" }
let(:queue_url) {
aws_sqs_client.create_queue(queue_name: queue_name).queue_url
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/aws_sqs_client_spec.rb
Expand Up @@ -9,7 +9,7 @@ def perform(test_arg)
end
end

describe Aws::SQS::Client do
describe Aws::SQS::Client, :deployed => true do
subject(:aws_client) { aws_sqs_client}

it "is configured with valid credentials and region" do
Expand Down

0 comments on commit 154c245

Please sign in to comment.