spec/lib/support/configuration_spec.rb in basquiat-1.2.0 vs spec/lib/support/configuration_spec.rb in basquiat-1.3.0.pre.1
- old
+ new
@@ -60,14 +60,6 @@
config.exchange_name = 'super.nice_exchange'
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
- class MyTest
- extend Basquiat::Base
- end
-
- config.reload_classes
- end
end