Sha256: a2c826cdb38093183c626fc2a418282a1347a43878afea4e51f4f6a08a45d915

Contents?: true

Size: 572 Bytes

Versions: 2

Compression:

Stored size: 572 Bytes

Contents

# frozen_string_literal: true

# Sets up environment for running specs and via irb e.g. `$ irb -r ./dev/setup`

require 'rspec/core'

require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/json'
require 'active_support/core_ext/enumerable'
require 'active_support/configurable'
require 'rudash'

%w[../../lib/attributes_mapper ../../spec/spec_helper].each do |rel_path|
  require File.expand_path(rel_path, Pathname.new(__FILE__).realpath)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
attributes-mapper-0.1.2 dev/setup.rb
attributes-mapper-0.1.1 dev/setup.rb