test description corrections

This commit is contained in:
John Bender 2010-11-18 00:44:33 -08:00
parent f170be2a03
commit a314d904c2

View file

@ -3,7 +3,7 @@
*/
(function( $ ) {
test( "getting data attributes from creation options", function(){
test( "getting data from creation options", function(){
expect( 1 );
var expected = "bizzle";
@ -14,7 +14,7 @@
expected);
});
test( "getting an no data when the options are empty", function(){
test( "getting no data when the options are empty", function(){
expect( 1 );
var expected = {};