Sha256: d4a56956af5947e32f730a0e878fcfde1f552883f3621ef22e2d100133df7bf2
Contents?: true
Size: 315 Bytes
Versions: 14
Compression:
Stored size: 315 Bytes
Contents
require 'helper' describe Desk::Client do context "Brand" do let(:endpoint) { "brand" } let(:id) { 1 } let(:check_key) { "name" } let(:check_value) { "Desk.com" } include_context "basic configuration" it_behaves_like "a list endpoint" it_behaves_like "a show endpoint" end end
Version data entries
14 entries across 14 versions & 1 rubygems