Sha256: 6c315f7ed2a223128b33b31f2f083b3fd1579435082817683b8bbc8b9df43418
Contents?: true
Size: 456 Bytes
Versions: 4
Compression:
Stored size: 456 Bytes
Contents
# frozen_string_literal: true require File.join(__dir__, "..", 'dev', 'setup') require 'redis_spec_helper' require 'coverage_helper' RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple-redis-orm-0.1.3 | spec/spec_helper.rb |
simple-redis-orm-0.1.2 | spec/spec_helper.rb |
simple-redis-orm-0.1.1 | spec/spec_helper.rb |
simple-redis-orm-0.1.0 | spec/spec_helper.rb |