Sha256: ff4f3c822fc2fd9cb247f7da4eb815a55828c84628ca2211e3f94d92d36b38a8
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 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' %w[../../lib/rordash ../../spec/spec_helper].each do |rel_path| require File.expand_path(rel_path, Pathname.new(__FILE__).realpath) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rordash-0.1.3 | dev/setup.rb |