Sha256: 47c6472db9b5e6546b6d31fe2af0de6eedde9443b20e1ee1f5b6e4944677b5c6
Contents?: true
Size: 565 Bytes
Versions: 7
Compression:
Stored size: 565 Bytes
Contents
# frozen_string_literal: true # Sets up environment for running specs and via irb e.g. `$ irb -r ./dev/setup` require 'delegate' require "pathname" require "rudash" 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' %w[../../lib/json_path ../../spec/spec_helper].each do |rel_path| require File.expand_path(rel_path, Pathname.new(__FILE__).realpath) end
Version data entries
7 entries across 7 versions & 1 rubygems