cleaning up tests ... consolidation, consistency...

This commit is contained in:
Jeremy Ashkenas
2010-04-03 10:39:32 -04:00
parent f99b5ad463
commit 4a85f3d499
31 changed files with 250 additions and 272 deletions

View File

@@ -45,12 +45,12 @@ ok bronze is "Mighty Mouse"
ok last is "Michael Phelps"
ok the_field.length is 8
medalists contenders..., 'Tim', 'Bob', 'Jim'
medalists contenders..., 'Tim', 'Moe', 'Jim'
ok last is 'Jim'
obj: {
name: 'bob'
name: 'moe'
accessor: (args...) ->
[@name].concat(args).join(' ')
getNames: ->
@@ -58,7 +58,7 @@ obj: {
@accessor(args...)
}
ok obj.getNames() is 'bob jane ted'
ok obj.getNames() is 'moe jane ted'
crowd: [