Sha256: ce076326fcca695b6822caa6c0d64198fe7aadacbac3b73e57f000bd21432b54
Contents?: true
Size: 224 Bytes
Versions: 13
Compression:
Stored size: 224 Bytes
Contents
# encoding: UTF-8 require 'gooddata/cli/cli' describe 'GoodData::CLI - auth', :broken => true do describe 'auth' do it 'Can be called without arguments' do args = %w(auth) run_cli(args) end end end
Version data entries
13 entries across 13 versions & 1 rubygems