Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created November 3, 2015 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondale-sc/595a9705dd62cf871946 to your computer and use it in GitHub Desktop.
Save rondale-sc/595a9705dd62cf871946 to your computer and use it in GitHub Desktop.
this.inject('bar');
this.render(hbs`{{some-thing}}`);
this.bar.foo = function() { assert.ok(true) }
this.$('a').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment