Sha256: 32b623de50664dd34e1707c0a6a32a10ded840b78bb549bd0a062c20e6d45d2d
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.17.0 | spec/slack/web/api/endpoints/admin_apps_spec.rb |
slack-ruby-client-0.16.0 | spec/slack/web/api/endpoints/admin_apps_spec.rb |