Sha256: f48602aea57e14f8140ca3a6dccf6b8799cd7cf0de11ddacd7e2e5dc5d51658d
Contents?: true
Size: 331 Bytes
Versions: 5
Compression:
Stored size: 331 Bytes
Contents
require 'yaml' require 'pathname' shared_context 'config' do before :all do @config_filename = Pathname.new(__FILE__).join('../../test_app/app.yaml').cleanpath end end shared_context 'package' do before :all do @app_dir = Pathname.new(__FILE__).join '../../test_app' @output_dir = @app_dir.join 'pkg' end end
Version data entries
5 entries across 5 versions & 1 rubygems