From 88c78bc18b08aafc646b24bc81533ecdd8069238 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 20 Apr 2013 14:48:47 +0200 Subject: [PATCH] Remove debugging output --- spec/riak_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/riak_spec.rb b/spec/riak_spec.rb index 6f42e63..d9324bf 100644 --- a/spec/riak_spec.rb +++ b/spec/riak_spec.rb @@ -214,7 +214,6 @@ describe "App with Riak backend" do end it "increases the overall category size" do - puts info_bucket.keys.inspect info_bucket.get("usage:size:jimmy:documents").data.must_equal "30" end end