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

RSC12 #415

Merged
merged 2 commits into from
Apr 28, 2016
Merged

RSC12 #415

merged 2 commits into from
Apr 28, 2016

Conversation

ricardopereira
Copy link
Contributor

No description provided.

let options = ARTClientOptions()
expect(options.restHost).to(equal("rest.ably.io"))
options.restHost = "rest.ably.test"
expect(options.restHost).to(equal("rest.ably.test"))
Copy link
Member

Choose a reason for hiding this comment

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

This is not testing that the client uses the host but simply tests that the options is editable. You need to instance a library with a custom host and check that it's used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done 110d97f.

@tcard
Copy link
Contributor

tcard commented Apr 28, 2016

LGTM

@tcard tcard merged commit 109d29c into master Apr 28, 2016
@tcard tcard deleted the rsc12 branch April 28, 2016 16:52
tcard pushed a commit that referenced this pull request May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants