Skip to content

Instantly share code, notes, and snippets.

@windley
Created December 23, 2013 21:49
Show Gist options
  • Save windley/8105424 to your computer and use it in GitHub Desktop.
Save windley/8105424 to your computer and use it in GitHub Desktop.
// fails with buster-test:
//
// [pjw-iMac test]$ buster-test
// Failure: Chrome 31.0.1650.63, Mac OS X 10.9.0 Profile testing getProfileTests We can retrieve profile
// No assertions!
"getProfileTests" : {
"We can retrieve profile": function () {
callback = function(json) {
refute.isNull(json);
};
err_func = function(obj) {
console.log("Error in call ", obj);
};
CloudOS.skyCloud("a169x676", "get_all_me", "_eci="+CloudOS.sessionToken, callback, err_func);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment