Sha256: 90606a8cf046b8bc8a3d083290ea17cb78a2f3a82c64abf3171de039b2d799fc

Contents?: true

Size: 416 Bytes

Versions: 29

Compression:

Stored size: 416 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 'gooddata/cli/cli'

describe GoodData::CLI do
  it 'Has GoodData::CLI class' do
    GoodData::CLI.should_not == nil
  end

  it 'Has GoodData::CLI::main() working' do
    run_cli
  end
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
gooddata-0.6.30 spec/unit/cli/cli_spec.rb
gooddata-0.6.29 spec/unit/cli/cli_spec.rb
gooddata-0.6.28 spec/unit/cli/cli_spec.rb
gooddata-0.6.27 spec/unit/cli/cli_spec.rb
gooddata-0.6.26 spec/unit/cli/cli_spec.rb
gooddata-0.6.25 spec/unit/cli/cli_spec.rb
gooddata-0.6.24 spec/unit/cli/cli_spec.rb
gooddata-0.6.23 spec/unit/cli/cli_spec.rb
gooddata-0.6.22 spec/unit/cli/cli_spec.rb