Sha256: 586bd2ee078ae56c359b5537fc459ece64f6e98ad414c16b8be143b76e2748e2
Contents?: true
Size: 421 Bytes
Versions: 13
Compression:
Stored size: 421 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/cli/cli' describe GoodData::CLI do it 'Has GoodData::CLI class' do expect(GoodData::CLI).not_to be_nil end it 'Has GoodData::CLI::main() working' do run_cli end end
Version data entries
13 entries across 13 versions & 1 rubygems