Sha256: da32ff37e6402a10f67af22fe2f2088a0fb81a2d6170e163c96b7f28b1c9789d
Contents?: true
Size: 413 Bytes
Versions: 829
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins::SlackClient do it 'should display information for authors' do authors_response = PWN::Plugins::SlackClient expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Plugins::SlackClient expect(help_response).to respond_to :help end end
Version data entries
829 entries across 829 versions & 1 rubygems