Sha256: 29734f097877115c0822d29a8fd41f5ef97529115fefed1aca11f5b86198b724
Contents?: true
Size: 406 Bytes
Versions: 3
Compression:
Stored size: 406 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::AdminFunctions do let(:client) { Slack::Web::Client.new } context 'admin.functions_list' do it 'requires app_ids' do expect { client.admin_functions_list }.to raise_error ArgumentError, /Required arguments :app_ids missing/ end end end
Version data entries
3 entries across 3 versions & 1 rubygems