spec/aws/active_job/sqs/configuration_spec.rb [64:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  f.rewind
                  Configuration.new(
                    config_file: f.path,
                    queues: { default: {} }
                  )
                end
              end

              before(:each) do
                ENV[env_name] = 'env_value'
              end

              after(:each) do
                ENV.delete(env_name)
              end

              it 'uses values from ENV over default and file' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/aws/active_job/sqs/configuration_spec.rb [99:115]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  f.rewind
                  Configuration.new(
                    config_file: f.path,
                    queues: { default: {} }
                  )
                end
              end

              before(:each) do
                ENV[env_name] = 'env_value'
              end

              after(:each) do
                ENV.delete(env_name)
              end

              it 'uses values from ENV over default and file' do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



