Sha256: 5635e878d26486c0d4d2718371eff3701946438fe4cf597bbc69d99651bf075e

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

require 'gooddata/commands/datasets'

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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