broken pipe quest
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe Qwaiter::Counter do
|
||||
describe 'couchbase connection' do
|
||||
describe 'couchbase connection', broken: true do # couchbase not used at the moment
|
||||
before do
|
||||
@original_connection = Qwaiter::Counter.connection
|
||||
Qwaiter::Counter.connection = $cb
|
||||
@@ -10,7 +10,6 @@ describe Qwaiter::Counter do
|
||||
after do
|
||||
Qwaiter::Counter.connection = @original_connection
|
||||
end
|
||||
|
||||
describe '.incr' do
|
||||
it 'sets nonexistent keys to 1' do
|
||||
expect( subject.incr 'nonexistent1' ).to eq 1
|
||||
|
||||
Reference in New Issue
Block a user