mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
10 lines
187 B
Ruby
10 lines
187 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 |