Sha256: 35722b3c76e257f7eeba1adfec3604c7d4db1476f51778e4698860496ad4991a
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
# 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 '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)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
light-service-ext-0.1.3 | dev/setup.rb |
light-service-ext-0.1.2 | dev/setup.rb |