Skip to content

Instantly share code, notes, and snippets.

@biscuitvile
Last active August 29, 2015 14:25
Show Gist options
  • Save biscuitvile/7ec4a80b27433daa946c to your computer and use it in GitHub Desktop.
Save biscuitvile/7ec4a80b27433daa946c to your computer and use it in GitHub Desktop.
test('renders a whatever--visa class', function(assert) {
var component = this.subject();
run(function() { component.set('type', 'visa'); });
this.$().hasClass('whatever--visa'),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment