require 'spec_helper'
|
|
|
|
describe SlackRubyBot do
|
|
it 'has a version' do
|
|
expect(SlackRubyBot::VERSION).to_not be nil
|
|
end
|
|
end
|