lib/rimless/rspec.rb in rimless-0.1.3 vs lib/rimless/rspec.rb in rimless-0.1.4
- old
+ new
@@ -34,7 +34,9 @@
# them to the faked (inlined) Schema Registry
stub_request(:any, %r{^http://#{connection[:hostname]}})
.to_rack(FakeConfluentSchemaRegistryServer)
# Clear any cached data
FakeConfluentSchemaRegistryServer.clear
+ # Reconfigure the Rimless AvroTurf instance
+ Rimless.configure_avro_turf
end
end