Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arohter committed Jan 13, 2014
1 parent ac17ae0 commit af4054e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/client_spec.rb
Expand Up @@ -68,8 +68,7 @@ def setup_zk


it 'should include trace id' do it 'should include trace id' do
tid = 'tracer' tid = 'tracer'
opts = {:zkservers => 'localhost:1234', :trace_id => tid} client = ClientStub.new(:zkservers => 'localhost:1234', :trace_id => tid)
client = ClientStub.new(opts)
client.inspect.should match("<RedisFailover::Client \\[#{tid}\\] ") client.inspect.should match("<RedisFailover::Client \\[#{tid}\\] ")
end end
end end
Expand Down

0 comments on commit af4054e

Please sign in to comment.