Sha256: a084395f595ab9c9a64f06c767b1d84a1a43492579f99c3a43771446563938a3

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

require 'gooddata/commands/auth'

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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