Sha256: 68a852fb0c416d18ea125ce71a29a2c6b1ba944c3e94681b5dc3154a3b98e859
Contents?: true
Size: 375 Bytes
Versions: 13
Compression:
Stored size: 375 Bytes
Contents
require 'gooddata/commands/project' describe GoodData::Command::Project do before(:each) do @client = ConnectionHelper.create_default_connection end after(:each) do @client.disconnect end it "Is Possible to create GoodData::Command::Project instance" do cmd = GoodData::Command::Project.new() cmd.should be_a(GoodData::Command::Project) end end
Version data entries
13 entries across 13 versions & 1 rubygems