changing table user acceptance specs in the green
This commit is contained in:
@@ -108,6 +108,10 @@ RSpec.configure do |config|
|
||||
Qwaiter::Couchbase.load_design_docs!
|
||||
# NOT THREADSAFE!!!!!! but good enough for testing since the real couchbase flush is slowwwwww....
|
||||
Qwaiter::Counter.connection = InMemoryQCounter.new
|
||||
# Threadsafe would be using the drb counter
|
||||
# require 'drb'
|
||||
# counter = DRbObject.new nil, 'druby://:9000'
|
||||
# Qwaiter::Counter.connection = counter
|
||||
end
|
||||
|
||||
config.before :each do
|
||||
|
||||
Reference in New Issue
Block a user