From 8bda52c8d1d681f3afe5827f8eda10475377442f Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 6 Apr 2015 19:46:15 -0400 Subject: Spinner: Convert tests to new infrastructure Ref #10119 Ref gh-1528 --- tests/unit/spinner/spinner_common.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/unit/spinner/spinner_common.js') diff --git a/tests/unit/spinner/spinner_common.js b/tests/unit/spinner/spinner_common.js index 3eee4f9f0..2c40df76a 100644 --- a/tests/unit/spinner/spinner_common.js +++ b/tests/unit/spinner/spinner_common.js @@ -1,4 +1,9 @@ -TestHelpers.commonWidgetTests( "spinner", { +define( [ + "lib/common", + "ui/spinner" +], function( common ) { + +common.testWidget( "spinner", { defaults: { classes: { "ui-spinner": "ui-corner-all", @@ -26,3 +31,5 @@ TestHelpers.commonWidgetTests( "spinner", { stop: null } }); + +} ); -- cgit v1.2.3