Sha256: b99ef4f97e7b70a3720b95da88a1344821a43f75c30b7d0b40f1bd665e3f6895

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

# encoding: UTF-8

require 'gooddata/cli/cli'

describe 'GoodData::CLI - run_ruby' 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

6 entries across 6 versions & 1 rubygems

Version Path
gooddata-0.6.7 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.6 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.5 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.4 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.3 spec/unit/cli/commands/cmd_run_ruby_spec.rb
gooddata-0.6.2 spec/unit/cli/commands/cmd_run_ruby_spec.rb