Sha256: 9491f2fe521c8bb8a43e3c588139ce57cc2e86577b5e158c2aab82559eb55606

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 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::AdminConversations do
  let(:client) { Slack::Web::Client.new }
  context 'admin.conversations_setTeams' do
    it 'requires channel_id' do
      expect { client.admin_conversations_setTeams }.to raise_error ArgumentError, /Required arguments :channel_id missing/
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slack-ruby-client-0.15.1 spec/slack/web/api/endpoints/admin_conversations_spec.rb
slack-ruby-client-0.15.0 spec/slack/web/api/endpoints/admin_conversations_spec.rb
slack-ruby-client-0.14.6 spec/slack/web/api/endpoints/admin_conversations_spec.rb