Sha256: 9828468dea116f5d3da99b9d5407fd4f1607b65f62f7ea1a74e3a53e503ad92d
Contents?: true
Size: 601 Bytes
Versions: 7
Compression:
Stored size: 601 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake require 'spec_helper' RSpec.describe Slack::Web::Api::Endpoints::AdminApps do let(:client) { Slack::Web::Client.new } context 'admin.apps_clearResolution' do it 'requires app_id' do expect { client.admin_apps_clearResolution }.to raise_error ArgumentError, /Required arguments :app_id missing/ end end context 'admin.apps_uninstall' do it 'requires app_id' do expect { client.admin_apps_uninstall }.to raise_error ArgumentError, /Required arguments :app_id missing/ end end end
Version data entries
7 entries across 7 versions & 1 rubygems