Skip to content

Commit

Permalink
Update gems of test app used in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Nov 20, 2017
1 parent 862cbc1 commit 2296e27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
14 changes: 7 additions & 7 deletions spec/integration/rails-app-5.1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: vendor/gems/active_elastic_job-current
specs:
active_elastic_job (2.0.0)
active_elastic_job (2.0.1)
aws-sdk (~> 2)
rails (>= 4.2)

Expand Down Expand Up @@ -46,14 +46,14 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
aws-sdk (2.7.3)
aws-sdk-resources (= 2.7.3)
aws-sdk-core (2.7.3)
aws-sdk (2.10.82)
aws-sdk-resources (= 2.10.82)
aws-sdk-core (2.10.82)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.3)
aws-sdk-core (= 2.7.3)
aws-sigv4 (1.0.0)
aws-sdk-resources (2.10.82)
aws-sdk-core (= 2.10.82)
aws-sigv4 (1.0.2)
builder (3.2.3)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
Expand Down
3 changes: 0 additions & 3 deletions spec/integration/rails-app-5.1/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ class Application < Rails::Application
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de

# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true

config.active_job.queue_adapter = :active_elastic_job

config.force_ssl = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,4 @@

# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

# Test gem's configuration
config.active_elastic_job.process_jobs = true
config.active_elastic_job.aws_credentials = Aws::Credentials.new(ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'])
config.active_elastic_job.secret_key_base = 's3krit'
end

0 comments on commit 2296e27

Please sign in to comment.