Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created November 3, 2015 01:12
Show Gist options
  • Select an option

  • Save rondale-sc/595a9705dd62cf871946 to your computer and use it in GitHub Desktop.

Select an option

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