# frozen_string_literal: true require 'spec_helper' describe Slack do it 'has a version' do expect(Slack::VERSION).not_to be nil end end