Sha256: 858986e4f0273243f0c82ba14bee43415e70ac1380e430a202ba22d9d9c9449a
Contents?: true
Size: 155 Bytes
Versions: 8
Compression:
Stored size: 155 Bytes
Contents
# frozen_string_literal: true RSpec.shared_context 'prepare test app' do before do load File.expand_path('./prepare_testapp.rb', __dir__) end end
Version data entries
8 entries across 8 versions & 1 rubygems