Sha256: c44e7514de5df948b41c1773450760d4c030e8b591644d19c93126d2f4be25ff

Contents?: true

Size: 638 Bytes

Versions: 6

Compression:

Stored size: 638 Bytes

Contents

require 'gooddata/commands/api'

describe GoodData::Command::Api do
  before(:each) do
    @connection = ConnectionHelper::create_default_connection
  end

  it "Is Possible to create GoodData::Command::Api instance" do
    cmd = GoodData::Command::Api.new()
    cmd.should be_a(GoodData::Command::Api)
  end

  describe "#get" do
    it "Call without arguments" do
      GoodData::Command::Api.test()
    end
  end

  describe "#delete" do
    it "Call without arguments" do
      GoodData::Command::Api.test()
    end
  end

  describe "#test" do
    it "Call without arguments" do
      GoodData::Command::Api.test()
    end
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gooddata-0.6.7 spec/unit/commands/command_api_spec.rb
gooddata-0.6.6 spec/unit/commands/command_api_spec.rb
gooddata-0.6.5 spec/unit/commands/command_api_spec.rb
gooddata-0.6.4 spec/unit/commands/command_api_spec.rb
gooddata-0.6.3 spec/unit/commands/command_api_spec.rb
gooddata-0.6.2 spec/unit/commands/command_api_spec.rb