Skip to content

Commit

Permalink
missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beczkowb committed Feb 26, 2017
1 parent 5b574cd commit 17cef25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openchat/tests/unit/routes/error-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { moduleFor, test } from 'ember-qunit';

moduleFor('route:error', 'Unit | Route | error', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});

test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});

0 comments on commit 17cef25

Please sign in to comment.