Sha256: 5b145ba1869990a7403ddc961d60e8a9f4058c9cfa13e9bc6c7497602e3e29e7
Contents?: true
Size: 346 Bytes
Versions: 3
Compression:
Stored size: 346 Bytes
Contents
require 'test_helper' require 'sfkb' describe SFKB::Client do let(:client) { SFKB::Client.new } it 'is a Restforce of nature' do assert SFKB::Client < Restforce::Data::Client end it 'knows how to REST' do assert SFKB::Client < SFKB::REST end it 'has great Knowledge' do assert SFKB::Client < SFKB::Knowledge end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sfkb-0.1.3 | test/sfkb/client_test.rb |
sfkb-0.1.2 | test/sfkb/client_test.rb |
sfkb-0.1.0 | test/sfkb/client_test.rb |