Sha256: fd2ac17a646aec6424840c09ab522d6a86e319e55111c5b972a2474caa410b6c
Contents?: true
Size: 375 Bytes
Versions: 13
Compression:
Stored size: 375 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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 'gooddata/core/core' describe GoodData::NilLogger do it "Has GoodData::NilLogger class" do GoodData::NilLogger.should_not be(nil) end end
Version data entries
13 entries across 13 versions & 1 rubygems