Sha256: c44e7514de5df948b41c1773450760d4c030e8b591644d19c93126d2f4be25ff
Contents?: true
Size: 638 Bytes
Versions: 6
Compression:
Stored size: 638 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 describe "#get" do it "Call without arguments" do GoodData::Command::Api.test() end end describe "#delete" do it "Call without arguments" do GoodData::Command::Api.test() end end describe "#test" do it "Call without arguments" do GoodData::Command::Api.test() end end end
Version data entries
6 entries across 6 versions & 1 rubygems