Fix Wizard unit tests

This commit is contained in:
Robin Ward
2016-11-25 14:29:24 -05:00
parent 8f70829e8e
commit 3bd5ac8015
8 changed files with 4884 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
import WizardField from 'wizard/models/wizard-field';
module("model:wizard-field");
moduleFor("model:wizard-field");
test('basic state', assert => {
const w = WizardField.create({ type: 'text' });