some cleanup

This commit is contained in:
2010-08-11 18:13:07 +03:00
parent e52d94846c
commit 776477b5dc
3 changed files with 29 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
require "spec_helper"
describe Redistat::Summary do
include Redistat::Database
before(:each) do
db.flushdb
@@ -45,10 +46,27 @@ describe Redistat::Summary do
end
end
it "should fetch summary collections for date ranges"
def db
Redistat.redis
end
end
end