mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
11 lines
184 B
Ruby
11 lines
184 B
Ruby
require "spec_helper"
|
|
|
|
describe Redistat::Database do
|
|
include Redistat::Database
|
|
|
|
it "should make #db method available when included" do
|
|
db.should == Redistat.redis
|
|
end
|
|
|
|
end
|