Sha256: 794af41f0084bb97b640428fa80ce6bb3614d01741fb222335fd2a8e20ad5a94
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
require 'gooddata/commands/api' describe GoodData::Command::Api do before(:each) do 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.0 | spec/unit/commands/command_api_spec.rb |