diff --git a/docs/migration.md b/docs/migration.md index 3891f099..d7f006e0 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -23,7 +23,7 @@ Before: ```javascript import { test, moduleFor } from 'ember-qunit'; -moduleFor('controller:posts', { +moduleFor('controller:sidebar', 'SidebarController', { // Specify the other units that are required for this test. // needs: ['controller:foo'] });