Sha256: 53b12a6c07203c6190ac7255ffa47c8076947284ee6b994be2c0de86078610dc

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 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'

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
socialization-1.2.3 spec/spec_helper.rb
socialization-1.2.2 spec/spec_helper.rb
socialization-1.2.1 spec/spec_helper.rb
twrk-socialization-1.2.0 spec/spec_helper.rb
twrk-socialization-0.0.1 spec/spec_helper.rb
socialization-1.2.0 spec/spec_helper.rb