Sha256: a67671d9ed935045986c4d241603ce3d6b894fc6bfb8d918c19c94472df9fbec
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
require 'gooddata/cli/cli' describe GoodData::CLI do it "Has working 'project' command" do args = [ 'project' ] GoodData::CLI.main(args) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.0.pre11 | spec/unit/cli/commands/cmd_project_spec.rb |