spec/lib/support/configuration_spec.rb in basquiat-1.3.5 vs spec/lib/support/configuration_spec.rb in basquiat-1.3.6

- old
+ new

@@ -51,10 +51,10 @@ config.config_file = File.join(File.dirname(__FILE__), '../../support/basquiat.yml') expect(config.queue_name).to eq('my.nice_queue') expect(config.exchange_name).to eq('my.test_exchange') expect(config.default_adapter).to eq('Basquiat::Adapters::Test') - expect(config.adapter_options).to have_key(:servers) + expect(config.adapter_options).to have_key(:connection) end it 'settings provided on the config file have lower precedence' do config.exchange_name = 'super.nice_exchange' config.config_file = File.join(File.dirname(__FILE__), '../../support/basquiat.yml')