Sha256: 066b9bf29b2542ab66859fabba416f82f552a19a1d10a3c78f514d24cb30969f

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

$MOCK_REDIS = true

require 'bundler/setup'
Bundler.setup

RSpec.configure do |config|
  config.expect_with(:rspec) { |c| c.syntax = :expect }
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

$:.push File.expand_path("../lib", __FILE__)
require 'active_record'
require "socialization"
require 'spec_support/data_stores'
require 'spec_support/matchers'
require 'logger'
require 'byebug' rescue nil

ActiveSupport::Inflector.inflections do |inflect|
  inflect.irregular 'cache', 'caches'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
socialization-2.0.2 spec/spec_helper.rb
socialization-2.0.1 spec/spec_helper.rb
socialization-2.0.0 spec/spec_helper.rb