Sha256: 212b0acf5d0abfa5b9e242bfebdedc6d97aa474a60808d91a7c77bf3a6a77d7a
Contents?: true
Size: 322 Bytes
Versions: 26
Compression:
Stored size: 322 Bytes
Contents
require 'spec_helper' RSpec.describe Slack::RealTime::Store do it 'can be initialized with an empty hash' do store = Slack::RealTime::Store.new(Hashie::Mash.new) expect(store.self).to be nil expect(store.groups.count).to eq 0 expect(store.team).to be nil expect(store.teams.count).to eq 0 end end
Version data entries
26 entries across 26 versions & 1 rubygems