-
Notifications
You must be signed in to change notification settings - Fork 106
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
Pubnub Adapter #8
Comments
I just checkout out your fork and it looks great! I definitely want to get integration tests set up within the test suite so we can handle new additions like this. Basically, I think we need to copy the example application linked in the readme to the test/ folder and setup something like capybara-webkit to get things rolling. On a side note with your fork, may I suggest changing the yaml configuration keys to use "generalized" keys equivalent of the Pusher example? Also, I'm not familiar with the pubnub gem, but will your Message class be able to handle synchronous calls? The preferred, default mode is |
Excellent, message me when the integartion tests are set up and I'll get it into the works, |
I spent half of Sunday trying to get an integration suite setup with capybara-webkit and have been stumped by the capybara session failing to receive pubsub events from the server. I'm not sure what's preventing the events from being received, but in the meantime I'll be testing your PR manually so we can get this in place. Give me a day or two to get things tested out. Thanks |
alright man, keep me posted if you need any help! |
Can you submit a pull request with your fork? |
Sure |
Has this been implemented? |
I haven't seen a full implementation yet. @gmaliar Any status on this? |
Haha, I see what you did there! :P I would like to offer to test the code in dev/production. /Nadeem J. Qureshi, On Sat, Mar 7, 2015 at 11:43 PM, Adam Becker [email protected]
|
I've written a Pubnub Adapter for sync and it's passing the message_tests, but I'd like to verify also that it receives the messages as it should, can you add the Basecamp style todo application to test suite so I could do some integration tests to see if it actually works?
The text was updated successfully, but these errors were encountered: