Sha256: 416c67b4bad65e9c7869ca0da8e4d9373c02eb790794cfe45427395399d38974

Contents?: true

Size: 437 Bytes

Versions: 5

Compression:

Stored size: 437 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 - run_ruby', :broken => true do
  describe 'run_ruby' do
    it 'Can be called without arguments' do
      args = %w(run_ruby)

      run_cli(args)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gooddata-0.6.26 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.25 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.24 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.23 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.22 spec/unit/cli/commands/cmd_run_ruby_spec.rb