Sha256: 017e10003eeca31af8f7c9812a7fe244830df48dcf6752ec8a74a766df7b38ee
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.0 | spec/unit/cli/cli_spec.rb |