Sha256: 549adcbfb0e7fa07a0aff49a729145969bdf21e85bec596c300ad19779211339

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

require "rspec"

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
require "redis"
require "redis-sentinel"

RSpec.configure do |config|
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
redis-sentinel-1.2.0 spec/spec_helper.rb
redis-sentinel-1.1.4 spec/spec_helper.rb
redis-sentinel-1.1.3 spec/spec_helper.rb
redis-sentinel-1.1.2 spec/spec_helper.rb
redis-sentinel-1.1.1 spec/spec_helper.rb
redis-sentinel-1.1.0 spec/spec_helper.rb
redis-sentinel-1.0.0 spec/spec_helper.rb