Sha256: f8d55cca54d429bb1cf2bbf4ff7b38c849a589d9f4d9e51c19271a67a86c68c2
Contents?: true
Size: 532 Bytes
Versions: 5
Compression:
Stored size: 532 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'gooddata/commands/api' describe GoodData::Command::Api do before(:each) do @connection = ConnectionHelper::create_default_connection end it "Is Possible to create GoodData::Command::Api instance" do cmd = GoodData::Command::Api.new() cmd.should be_a(GoodData::Command::Api) end end
Version data entries
5 entries across 5 versions & 1 rubygems