Sha256: da29d14d73064bd9f0b944794de5d358674033650014a2aff22e870130deda8e
Contents?: true
Size: 326 Bytes
Versions: 8
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true # Sets up environment for running specs and via irb e.g. `$ irb -r ./dev/setup` require 'pathname' require 'rspec/core' 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
8 entries across 8 versions & 1 rubygems