spec/client_spec.rb in astro-remcached-0.2.1 vs spec/client_spec.rb in astro-remcached-0.2.2
- old
+ new
@@ -7,9 +7,10 @@
EM.run do
@cl = Memcached::Client.connect('localhost', &block)
end
end
def stop
+ @cl.close_connection
EM.stop
end
it "should add a value" do