Sha256: 5a2332b6d262c53633fa4786827df9969b21f4af25e89b5b93972cf1161c1e71

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

require 'gooddata/commands/projects'

describe GoodData::Command::Projects do
  before(:each) do
    ConnectionHelper::create_default_connection
  end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.0 spec/unit/commands/command_projects_spec.rb