Skip to content

Commit 8b64266

Browse files
committed
UGHGHGHGHGH
1 parent f8dc482 commit 8b64266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/object-test.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe 'td.object', ->
1212
And -> @testDouble.now.toString() == '[test double for ".now"]'
1313
And -> @testDouble.otherThing == 8
1414

15-
describe.only 'creating an object that is an instance of a prototypal thing', ->
15+
describe 'creating an object that is an instance of a prototypal thing', ->
1616
Given -> @type = class Thing
1717
foo: -> 'bar'
1818
When -> try td.object(new @type()) catch e then @error = e

0 commit comments

Comments
 (0)