Sha256: 58074fdd81224162c5e6ad7828adf81bc26aac608754619aacb64a739c86c0b8
Contents?: true
Size: 265 Bytes
Versions: 39
Compression:
Stored size: 265 Bytes
Contents
require 'spec_helper' describe Slack::Config do describe '#configure' do before do Slack.configure do |config| config.token = 'a token' end end it 'sets token' do expect(Slack.config.token).to eq 'a token' end end end
Version data entries
39 entries across 39 versions & 2 rubygems