mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
10 lines
209 B
Ruby
10 lines
209 B
Ruby
require "spec_helper"
|
|
|
|
describe Redistat do
|
|
|
|
it "should create a valid redis connection to correct server" do
|
|
Redistat.redis.should_not be_nil
|
|
Redistat.redis.client.port.should == 8379
|
|
end
|
|
|
|
end |