Sha256: 2245ea2cfaef4f777d46118703936f2adf082593d9f2d88295a7d7b305f91abb
Contents?: true
Size: 276 Bytes
Versions: 8
Compression:
Stored size: 276 Bytes
Contents
require 'kuroko' project_root = File.expand_path('../../../', __FILE__) vagrant_root = File.join(project_root, 'spec/support') Kuroko.configure do |config| config.vagrant_root = 'spec/support' end puts vagrant_root.inspect require_relative '../../spec/support/test_app'
Version data entries
8 entries across 6 versions & 2 rubygems