Sha256: d2e88f69cdc2dac8e96428ddddbd0b0c332d7bea7e6d6e8464b428442b46721a

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 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'
require 'server/command_line_parser'

include RedisMonitor
include RedisMonitor::Controllers
include RedisMonitor::Errors

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis_monitor-0.0.5 spec/spec_helper.rb
redis_monitor-0.0.4 spec/spec_helper.rb