Sha256: f94cfde2c5858ef93ddfa15700f7d9455b31ce848ea7eb9b70e984d5eae5a06c
Contents?: true
Size: 312 Bytes
Versions: 13
Compression:
Stored size: 312 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems