Skip to content

Commit

Permalink
minor; name suite NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Isao Yagi committed Jan 3, 2013
1 parent a30081e commit db04f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -9,10 +9,10 @@
/*global YUI, YUITest*/


YUI.add('ReadController-tests', function(Y) {
YUI.add('ReadController-tests', function(Y, NAME) {
'use strict';

var suite = new YUITest.TestSuite('ShelfController-tests'),
var suite = new YUITest.TestSuite(NAME),
A = YUITest.Assert,

boomtown_feedmeta = {
Expand Down
Expand Up @@ -9,9 +9,9 @@
/*global YUI,YUITest*/


YUI.add('ShelfController-tests', function(Y) {
YUI.add('ShelfController-tests', function(Y, NAME) {

var suite = new YUITest.TestSuite('ShelfController-tests'),
var suite = new YUITest.TestSuite(NAME),
controller = null,
A = YUITest.Assert;

Expand Down

0 comments on commit db04f63

Please sign in to comment.