Skip to content

Instantly share code, notes, and snippets.

@yashke
Created January 19, 2012 12:37
Show Gist options
  • Save yashke/1639874 to your computer and use it in GitHub Desktop.
Save yashke/1639874 to your computer and use it in GitHub Desktop.
server responses stub
ServerReponses =
initialData:
player:
name: "Yashke"
status: "tired"
points: 100
awarded_prize:
prize:
name: "Cool prize"
price: 10
lives: 3
server_mock.respondTo("GET /something", ServerResponses.initialData)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment