broken pipe quest

This commit is contained in:
2014-08-13 15:17:27 +02:00
parent 031e2bedea
commit 3fc7030002
13 changed files with 41 additions and 53 deletions
+1 -2
View File
@@ -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