Sha256: dd03889656be65d3809ea042c7f0420a6f3181593e3cad5fa231cd2bace15799
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
require 'gooddata/commands/user' describe GoodData::Command::User do before(:each) do ConnectionHelper.create_default_connection end after(:each) do GoodData.disconnect end it "Is Possible to create GoodData::Command::Membership instance" do cmd = GoodData::Command::User.new() cmd.should be_a(GoodData::Command::User) end describe "#show" do it "Shows profile" do GoodData::Command::User.show end end end
Version data entries
4 entries across 4 versions & 1 rubygems