diff --git a/week03/tests/unit/controllers/application-test.js b/week03/tests/unit/controllers/application-test.js
deleted file mode 100644
index e4b814b2829f4c33cda8703305f578d4fd7940ca..0000000000000000000000000000000000000000
--- a/week03/tests/unit/controllers/application-test.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { module, test } from 'qunit';
-import { setupTest } from 'ember-qunit';
-
-module('Unit | Controller | application', function(hooks) {
-  setupTest(hooks);
-
-  // TODO: Replace this with your real tests.
-  test('it exists', function(assert) {
-    let controller = this.owner.lookup('controller:application');
-    assert.ok(controller);
-  });
-});