Sha256: b110e571f6c7534164bea44e22a952d9dd395c8895888ea39b23434b9c7b09c7

Contents?: true

Size: 242 Bytes

Versions: 22

Compression:

Stored size: 242 Bytes

Contents

require 'spec_helper'

describe '#info [mock only]' do
  before { @info = @redises.mock.info }

  it "responds with a config hash" do
    @info.should be_a(Hash)
  end

  it "has some data in it" do
    @info.keys.length.should > 0
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
mock_redis-0.0.2 spec/commands/info_spec.rb
mock_redis-0.0.1 spec/commands/info_spec.rb