Sha256: d36b5c76f6c783e4bb310cb4f15da556f28aa0de324f0cc87cd48d23f650282b
Contents?: true
Size: 360 Bytes
Versions: 11
Compression:
Stored size: 360 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'pathname' base = Pathname(__FILE__).dirname.expand_path Dir.glob(base + '*_helper.rb').each do |file| require_relative file end
Version data entries
11 entries across 11 versions & 1 rubygems