Skip to content

Instantly share code, notes, and snippets.

@yields
Created August 6, 2012 11:55
Show Gist options
  • Save yields/3273896 to your computer and use it in GitHub Desktop.
Save yields/3273896 to your computer and use it in GitHub Desktop.
function describe () {}
describe('Request', function ($it) {
describe('Request#path', function ($it) {
$it('should equal `/`', function () {
return (new Request)->path;
})->should->equal('/');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment