spec/lib/support/configuration_spec.rb in basquiat-1.1.1 vs spec/lib/support/configuration_spec.rb in basquiat-1.2.0

- old
+ new

@@ -56,10 +56,10 @@ expect(config.adapter_options).to have_key(:servers) 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') + config.config_file = File.join(File.dirname(__FILE__), '../../support/basquiat.yml') expect(config.exchange_name).to eq('super.nice_exchange') end it '#reload_classes' do