Sha256: cfce6983af6872bb902c032fcfc3f644c7d9f5b439d5eaf92c81c9ec453ca73c

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

require 'gooddata/commands/profile'

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

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

  describe "#show" do
    it "Shows profile" do
      GoodData::Command::Profile.show
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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