Sha256: 8e087b9e0d1358fd1f5643fe26224faf1c2b7085bba81a6c8e9f06384bd1fdf6
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
require 'gooddata/cli/cli' describe GoodData::CLI do it "Has working 'profile' command" do args = %w(profile) out = run_cli(args) out.should include("Command 'profile' requires a subcommand show") end it "Has working 'profile show' command" do args = %w(profile show) run_cli(args) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.0 | spec/unit/cli/commands/cmd_profile_spec.rb |