Sha256: c545f738f73aad7ad3f60351e9a28822e391a418122808b50edf0e5e4d98734f
Contents?: true
Size: 443 Bytes
Versions: 4
Compression:
Stored size: 443 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::FunctionsWorkflowsSteps do let(:client) { Slack::Web::Client.new } context 'functions.workflows.steps_list' do it 'requires function_id' do expect { client.functions_workflows_steps_list }.to raise_error ArgumentError, /Required arguments :function_id missing/ end end end
Version data entries
4 entries across 4 versions & 1 rubygems