# 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