Show open/closed proposals

This commit is contained in:
2017-02-05 15:59:41 +08:00
parent 227c6f5c4b
commit c676c6ae68
6 changed files with 79 additions and 0 deletions
@@ -0,0 +1,16 @@
import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';
moduleForComponent('proposal-list', 'Integration | Component | proposal list', {
integration: true
});
test('it renders', function(assert) {
// Set any properties with this.set('myProperty', 'value');
// Handle any actions with this.on('myAction', function(val) { ... });
this.render(hbs`{{proposal-list}}`);
assert.equal(this.$().text().trim(), '');
});