Sha256: b43c43d50361d818762d0f3ebdf63fb56747c024d8f7d813d5e0549d618836dd

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

require 'gooddata/commands/process'

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.0.pre11 spec/unit/commands/command_process_spec.rb