Sha256: 45f3bc0d02ba6f7679fa8673bfbc7f602579d54e543164dcc3a1f92566ab62f7
Contents?: true
Size: 473 Bytes
Versions: 46
Compression:
Stored size: 473 Bytes
Contents
# Copyright (c) 2010-2019 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. module GoodData module LCM2 class Helpers class << self def fail_if_development(msg) if ENV['RSPEC_ENV'] == 'test' fail msg else GoodData.logger.error msg end end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems