Skip to content

Commit

Permalink
Replaces serializer test with previous version's
Browse files Browse the repository at this point in the history
The old version of ember-template had a blank serializer test.
Issue #23 is open because of this, but isn't something we should
be resolving now. The focus of this merge is to de-podify, which
I am hopefully completing by moving the serializer test to the right
directory, and deleting the (now obsolete) tests from the pod-structure.
  • Loading branch information
payne-chris-r committed Mar 8, 2017
1 parent 738b697 commit b9a442c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions tests/unit/application/adapter-test.js

This file was deleted.

Empty file.
14 changes: 0 additions & 14 deletions tests/unit/serializers/application-test.js
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
import { moduleForModel, test } from 'ember-qunit';

moduleForModel('application', 'Unit | Serializer | application', {
// Specify the other units that are required for this test.
needs: ['serializer:application']
});

// Replace this with your real tests.
test('it serializes records', function(assert) {
let record = this.subject();

let serializedRecord = record.serialize();

assert.ok(serializedRecord);
});

0 comments on commit b9a442c

Please sign in to comment.