Sha256: 641c868f1a347b87bfeabde14f45fce30d21b25d89f8ae4d3fd17572e082b7f0
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'stealth' require 'mock_redis' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } $redis = MockRedis.new RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stealth-0.10.2 | spec/spec_helper.rb |
stealth-0.10.1 | spec/spec_helper.rb |
stealth-0.10.0 | spec/spec_helper.rb |