dev/setup.rb in light-service-ext-0.1.3 vs dev/setup.rb in light-service-ext-0.1.4

- old
+ new

@@ -1,14 +1,9 @@ # frozen_string_literal: true # Sets up environment for running specs and via irb e.g. `$ irb -r ./dev/setup` -require 'json' -require 'light-service' -require 'dry-validation' +require 'pathname' require 'rspec/core' - -require 'active_support/core_ext/array' -require 'active_support/configurable' require File.expand_path("../../lib/light-service-ext", Pathname.new(__FILE__).realpath) require File.expand_path("../../spec/spec_helper", Pathname.new(__FILE__).realpath)