Sha256: 6a499d4562920556f07aec9f70e62fdeef293f4f4b014902919950cfd46d1f28

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 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
    GoodData::CLI.main([])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.0.pre11 spec/unit/cli/cli_spec.rb