Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change client to webclient #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jwright
Copy link
Member

@jwright jwright commented Feb 3, 2016

In order to make the difference even more granular, change the Slack::Client to Slack::WebClient so Slack::RealTimeClient makes more sense.

NOT READY FOR MERGING YET

@@ -0,0 +1,9 @@
describe Slack::WebClient do
it "returns a new client" do
expect(Slack.web_client(access_token: "blah")).to be_instance_of Slack::WebClient

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [85/80]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants