Sha256: 4424f0779b069730ec0e72cc666059d75afb1c55b94667091cb9f5fbc8ff813d
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.order = 'random' end require 'modules/helpers' require 'modules/controllers' require 'modules/backend' include RedisMonitor include RedisMonitor::Controllers include RedisMonitor::Errors
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.0.3 | spec/spec_helper.rb |