Sha256: c63f22c8f0f956fc34d9a3168e05422669d5a0bf5dee9f31e27cf8ae95db1f77
Contents?: true
Size: 262 Bytes
Versions: 10
Compression:
Stored size: 262 Bytes
Contents
describe ChatWork::MyStatus do describe ".get", type: :api do subject do ChatWork::MyStatus.get(&block) end before do stub_chatwork_request(:get, "/my/status") end it_behaves_like :a_chatwork_api, :get, "/my/status" end end
Version data entries
10 entries across 10 versions & 1 rubygems